GVNFM aligns with SOL001 v2.5.1
[vfc/nfvo/catalog.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index da52a38..fcc6330 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303
+ignore = E501,E722
 exclude =  ./venv-tox,./.tox
 
 [testenv]
@@ -22,4 +22,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*"