diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-12 22:56:54 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-12 22:56:54 +0100 |
| commit | 2c96397c95c359b6033b8d1106d067f049a54152 (patch) | |
| tree | be7595b6af77f8101df386b3147672092c1072d1 /setup.cfg | |
| download | python-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.tar.gz python-gamelocker-2c96397c95c359b6033b8d1106d067f049a54152.zip | |
first commit - first API draft
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 5 |
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 |
