X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=4d647624818990d3e169131ea6267c40e4fa286b;hp=490d03e037acae647fa18774ad8b63c35c3ac3c3;hb=3ea7d6cc2568563e2776be6b24aeeba1274ce9cd;hpb=0a8c9afacca5010da381e6382b01e31dd4e59d23 diff --git a/tox.ini b/tox.ini index 490d03e..4d64762 100644 --- a/tox.ini +++ b/tox.ini @@ -27,14 +27,14 @@ deps = commands = coverage erase nose2 -C --coverage n2vc --plugin nose2.plugins.junitxml -s n2vc - coverage report --omit='*tests*' - coverage html -d ./cover --omit='*tests*' - coverage xml -o coverage.xml --omit='*tests*' + coverage report --omit='*n2vc/tests*' + coverage html -d ./cover --omit='*n2vc/tests*' + coverage xml -o coverage.xml --omit='*n2vc/tests*' [testenv:pylint] basepython = python3 deps = - pylint + pylint==2.6.0 -rrequirements.txt commands = pylint -E n2vc --ignore=tests @@ -42,7 +42,7 @@ commands = [testenv:pylint-tests] basepython = python3 deps = - pylint + pylint==2.6.0 -rrequirements.txt -rtest-requirements.txt commands = @@ -65,7 +65,7 @@ commands = [flake8] # W503 is invalid PEP-8 -max-line-length = 88 +max-line-length = 100 show-source = True ignore = W503,E203 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,devops_stages/*,.rst