X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=c8468a5230c216dffcd28926f34e55ad545099d6;hb=418f9225d6cbf92035c291f13f2e4c0cd547fa62;hp=800b13494b824446f82963f164e8457bcc014b34;hpb=31d5da59b39d38760cc519a2c5e5b70357b539e8;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 800b134..c8468a5 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ [tox] skipsdist=True -envlist = py27,py3,style +envlist = py3,style [testenv] distribute = False @@ -50,16 +50,12 @@ 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 -[testenv:py27] -basepython=python2.7 - [testenv:py3] basepython=python3.6