diff options
Diffstat (limited to 'res/tox.ini')
-rw-r--r-- | res/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 8af56dc..f2cdb3c 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -7,6 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 +exclude = ./venv-tox,./.tox max-complexity = 12 [testenv] @@ -22,4 +23,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file |