X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=3745940fbbbb2b62854ddcdbb0ab263cf729ed1c;hb=fec58589e6c2493b83743ed35a26b3e76ac996a4;hp=fcc6330ead0ce4ee7f525b6a212871f7d8f17e36;hpb=affcd0828f0dd0941ba546aca5bce05e8ee1a598;p=modeling%2Fetsicatalog.git diff --git a/tox.ini b/tox.ini index fcc6330..3745940 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 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"