X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=305378c65ea2f6084d924ab447724ed3aea6427a;hb=961f572383ff3398bcafc802682b92f23f8ab1fe;hp=34ba2cd4753af0f972e9f946e8757f6d1d80de24;hpb=48a07b6942d3956666d30947372653feb702fdae;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 34ba2cd..305378c 100644 --- a/tox.ini +++ b/tox.ini @@ -40,26 +40,22 @@ [tox] skipsdist=True -envlist = py36,style +envlist = py36 [testenv] distribute = False -basepython = python3.6 commands = {envpython} --version pytest --version coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml + flake8 --version + flake8 ice_validator deps = --no-use-pep517 -rrequirements.txt - flake8==3.4.1 + flake8==3.6.0 coverage==4.5.1 -[testenv:style] -commands = flake8 ice_validator - -[testenv:py36] -basepython=python3.6 [flake8] ignore = W391, W503, E501