Comment changedExtConnectivity param in vnf notify
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index 7474134..38686e9 100644 (file)
@@ -6,7 +6,8 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501,E722
+ignore = E501,E722,W504
+exclude = ./venv-tox,./.tox
 max-complexity = 27
 
 [testenv]
@@ -22,4 +23,4 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov
+commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"