X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=94dbdb06ade6a7e5ce0d80561b1187cf20c39316;hb=refs%2Fchanges%2F58%2F9158%2F3;hp=490d03e037acae647fa18774ad8b63c35c3ac3c3;hpb=0a8c9afacca5010da381e6382b01e31dd4e59d23;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 490d03e..94dbdb0 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ # limitations under the License. [tox] -envlist = cover, flake8, pylint, pylint-tests +envlist = cover, flake8, pylint, pylinttests skipsdist=True [testenv] @@ -39,7 +39,7 @@ deps = commands = pylint -E n2vc --ignore=tests -[testenv:pylint-tests] +[testenv:pylinttests] basepython = python3 deps = pylint @@ -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