update project version to 1.3.3
[vfc/gvnfm/vnfmgr.git] / mgr / tox.ini
index 7b38c30..a1965d2 100644 (file)
@@ -7,6 +7,8 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore =  E501
+exclude = ./venv-tox,./.tox
+max-complexity = 12
 
 [testenv]
 deps = -r{toxinidir}/requirements.txt
@@ -21,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