Add setup.cfg

This commit is contained in:
Vinayak Mehta
2018-09-09 05:41:42 +05:30
parent e75045053a
commit 16c6b8d45d
+6
View File
@@ -0,0 +1,6 @@
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose
python_files = tests/test_*.py