X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f9b7824f19a75061eb26aab2fd836947a780a34c;hb=ac2f763bcf8ed41d9f2867a33b29860318854502;hp=af22272e83ce4ab9a8bec0857084dd460d5dfc1a;hpb=d91657fce78f76ddb7467651c6e9647c6fcf9e67;p=modeling%2Fetsicatalog.git diff --git a/tox.ini b/tox.ini index af22272..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] @@ -11,15 +11,16 @@ exclude = ./venv-tox,./.tox [testenv] deps = -r{toxinidir}/requirements.txt -commands = coverage run --branch manage.py test genericparser +commands = coverage run --branch manage.py test catalog [testenv:pep8] 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*"