X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f0b29e88e9111179fd26527a46881f1e08924d49;hb=cfdc5b543b2a05c8a6169c4cc6eb05dbb68d5f35;hp=b47befda265f5d1f6ab8451b23a39a4e634e352d;hpb=712a2c38d3913cb8d84fc5149e0b9f16faeabce6;p=vfc%2Fnfvo%2Flcm.git diff --git a/tox.ini b/tox.ini index b47befda..f0b29e88 100644 --- 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*"