X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Ftox.ini;h=38686e9fc7ee57af184a2e81ca4d0192ff97822a;hb=e0904a046f222082399d5d5e5518fe7aa297cb53;hp=7474134ea1d9c0c879bd9995348c80dfa3a4fae8;hpb=902abebc3b8b2d2925aa816afe84316c7071dcda;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index 7474134e..38686e9f 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -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*"