X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f9b7824f19a75061eb26aab2fd836947a780a34c;hb=7a0c2aa47bc5297a7977e7b7d1a362768efa1e17;hp=fcc6330ead0ce4ee7f525b6a212871f7d8f17e36;hpb=affcd0828f0dd0941ba546aca5bce05e8ee1a598;p=modeling%2Fetsicatalog.git diff --git a/tox.ini b/tox.ini index fcc6330..f9b7824 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,cov +envlist = py36,pep8,cov skipsdist = true [tox:jenkins] @@ -17,9 +17,10 @@ commands = coverage run --branch manage.py test catalog 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*"