X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=506c297daa0aa3a5635bd0dd3300e25ed21385a5;hb=fe7fa3746a2c1085527b2355b59cab3dc37229e7;hp=fcc6330ead0ce4ee7f525b6a212871f7d8f17e36;hpb=affcd0828f0dd0941ba546aca5bce05e8ee1a598;p=modeling%2Fetsicatalog.git diff --git a/tox.ini b/tox.ini index fcc6330..506c297 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,cov +envlist = py36,pep8,cov skipsdist = true [tox:jenkins] @@ -7,7 +7,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501,E722 -exclude = ./venv-tox,./.tox +exclude = ./venv-tox,./.tox,./venv,./docs [testenv] deps = -r{toxinidir}/requirements.txt @@ -17,9 +17,11 @@ 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*" +