X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=efea4e625667f9a78a26848d27b13464c550c239;hb=refs%2Fchanges%2F36%2F9836%2F2;hp=b5c0df0357095352f95fdd22c503f9a7afa3536b;hpb=8c37bd0627354c7ba7bf6ef10456e1cee1dc3ebb;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index b5c0df0..efea4e6 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ commands = nose2 -C --coverage osm_mon --plugin nose2.plugins.junitxml coverage report --omit='*tests*' coverage html -d ./cover --omit='*tests*' - coverage xml -o ./cover/coverage.xml --omit='*tests*' + coverage xml -o coverage.xml --omit='*tests*' [testenv:pylint] basepython = python3 @@ -76,6 +76,6 @@ commands = python3 setup.py --command-packages=stdeb.command bdist_deb # E123, E125 skipped as they are invalid PEP-8. max-line-length = 120 show-source = True -ignore = E123,E125,E241 +ignore = E123,E125,E241,W503 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,devops_stages/*,.rst