X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fvmanager%2Ftox.ini;fp=zte%2Fvmanager%2Ftox.ini;h=354b12d265cbbe43aaa9b9503ef27870d0780212;hb=d19480a60b4337698df55f4d9c0fadbd38737811;hp=98d17830954d74c331cb9fe22cc0c34fab428654;hpb=98315d35b20a4b035570ce86be9342526b6f3866;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 98d17830..354b12d2 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,cov +envlist = py36,pep8,cov skipsdist = true [testenv] @@ -15,9 +15,10 @@ max-complexity = 12 deps = flake8 commands = flake8 -[testenv:py27] +[testenv:py36] commands = {[testenv]commands} [testenv:cov] +deps = coverage commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" \ No newline at end of file