Add setup.cfg

pull/2/head
Vinayak Mehta 2018-09-09 05:41:42 +05:30
parent e75045053a
commit 16c6b8d45d
1 changed files with 6 additions and 0 deletions

6
setup.cfg 100644
View File

@ -0,0 +1,6 @@
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose
python_files = tests/test_*.py