X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=f0619f7612468190a34f2106b7b4720c2858a90f;hb=cee3b8656b4eef1c9dda980191a3463a5fdb2a67;hp=03f2d279079b86f389b66cc367413b3c964aa9b9;hpb=2329b9227f27d28140907deeb952f8b04e7db253;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index 03f2d27..f0619f7 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. [tox] -envlist = py3, flake8, pylint, cover +envlist = cover, py3, flake8, pylint [testenv] @@ -41,15 +41,15 @@ commands = [testenv:cover] basepython = python3 -setenv = VIRTUAL_ENV={envdir} - PYTHON=coverage run --source osm_mon --omit='*tests*' --parallel-mode +deps = nose2 + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt commands = coverage erase - stestr run {posargs} - coverage combine + nose2 -C --coverage osm_mon --plugin nose2.plugins.junitxml coverage report --omit='*tests*' coverage html -d ./cover --omit='*tests*' - coverage xml -o ./cover/coverage.xml --omit='*tests*' + coverage xml -o coverage.xml --omit='*tests*' [testenv:pylint] basepython = python3