1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 18:29:41 +00:00
humulus/setup.cfg
2019-06-17 16:55:32 -06:00

15 lines
229 B
INI

[aliases]
test=pytest
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source = humulus
[flake8]
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,instance
show-source = True
ignore = W504
count = True