X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Ftox.ini;h=6f61451f5f2b945ad8fd39d33f614427cf13fd52;hb=5464ccb452d84a89ed70e056439c73cd7da0e31d;hp=38686e9fc7ee57af184a2e81ca4d0192ff97822a;hpb=937ac86a8d25e1e40340410836a5d02afa31b4cf;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/tox.ini b/lcm/tox.ini index 38686e9f..6f61451f 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,cov +envlist = py36,pep8,cov skipsdist = true [tox:jenkins] @@ -18,9 +18,10 @@ commands = coverage run --branch manage.py test lcm deps = flake8 commands = flake8 -[testenv:py27] +[testenv:py36] commands = {[testenv]commands} [testenv:cov] +deps = coverage==4.2 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"