X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Ftox.ini;h=38686e9fc7ee57af184a2e81ca4d0192ff97822a;hb=65b27452d96a4c49395238588615c133b3ffd1e8;hp=fb11f01378a6728716995c71d0a6454a6a9c91cb;hpb=6ae744712d4d2012ab98c4687847ce3f51ace986;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index fb11f013..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*"