X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=c8468a5230c216dffcd28926f34e55ad545099d6;hb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;hp=61667f595ed0965d029c3eeba11a160b051daa96;hpb=ca9085f0f77d442d3741a8c754e65cc45b6a318d;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 61667f5..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 @@ -56,9 +56,6 @@ deps = -rrequirements.txt [testenv:style] commands = flake8 ice_validator -[testenv:py27] -basepython=python2.7 - [testenv:py3] basepython=python3.6