X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f9b7824f19a75061eb26aab2fd836947a780a34c;hb=3d10bac5ec6b5394d32dc6ad3b0a7e6294ea6593;hp=87cc18286c23c96868284509f2e4246326170c2b;hpb=aef67d1a1fb076f154f9f7595b54590fc7499ee6;p=modeling%2Fetsicatalog.git diff --git a/tox.ini b/tox.ini index 87cc182..f9b7824 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ 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 @@ -22,5 +22,5 @@ commands = {[testenv]commands} [testenv:cov] -deps = coverage +deps = coverage==4.2 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"