diff options
Diffstat (limited to 'zte/vmanager/tox.ini')
-rw-r--r-- | zte/vmanager/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 3bbe6c8a..98d17830 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/tox.ini @@ -8,6 +8,7 @@ commands = coverage run --branch manage.py test [flake8] ignore = E501,E722 +exclude = ./venv-tox,./.tox max-complexity = 12 [testenv:pep8] @@ -19,4 +20,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 |