summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-12 22:56:54 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-12 22:56:54 +0100
commit2c96397c95c359b6033b8d1106d067f049a54152 (patch)
treebe7595b6af77f8101df386b3147672092c1072d1 /setup.cfg
downloadpython-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.tar.gz
python-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.zip
first commit - first API draft
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..b666262
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[tool:pytest]
+norecursedirs = venv
+
+[aliases]
+test=pytest