Change in test
[vfc/nfvo/driver/vnfm/gvnfm.git] / gvnfmadapter / tox.ini
index 1f6b0d2..cd97ddd 100644 (file)
@@ -8,6 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,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