fix swagger error
[vfc/nfvo/lcm.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b47befd..f0b29e8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501
+ignore = E501,E722
 exclude = ./venv-tox,./.tox
 max-complexity = 27
 
@@ -23,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*"