X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=61667f595ed0965d029c3eeba11a160b051daa96;hb=72eef9521cc96587d148c84a00e72b4a30cc3efa;hp=ad75354e7552638435218489a1b9ee4213eab84a;hpb=f5edc06be0d8bedeb0904b348ba5e3e67c74f186;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index ad75354..61667f5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,9 +50,8 @@ commands = coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml deps = -rrequirements.txt - flake8 - coverage - pytest + flake8==3.4.1 + coverage==4.5.1 [testenv:style] commands = flake8 ice_validator @@ -64,5 +63,5 @@ basepython=python2.7 basepython=python3.6 [flake8] -ignore = W391, W503 +ignore = W391, W503, E501 max-line-length = 88