X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=a0f0503d425292417ff8f1770da47ff12cb0c8e1;hp=94dbdb06ade6a7e5ce0d80561b1187cf20c39316;hb=f414edf8e9f6247e6ededbeed2318abe8027257a;hpb=d87303d18767a9c1d9d44357d1be392f41c3b723 diff --git a/tox.ini b/tox.ini index 94dbdb0..a0f0503 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ # limitations under the License. [tox] -envlist = cover, flake8, pylint, pylinttests +envlist = cover, flake8, pylint, pylint-tests skipsdist=True [testenv] @@ -27,9 +27,9 @@ deps = commands = coverage erase nose2 -C --coverage n2vc --plugin nose2.plugins.junitxml -s n2vc - coverage report --omit='*tests*' - coverage html -d ./cover --omit='*tests*' - coverage xml -o coverage.xml --omit='*tests*' + coverage report --omit='*n2vc/tests*' + coverage html -d ./cover --omit='*n2vc/tests*' + coverage xml -o coverage.xml --omit='*n2vc/tests*' [testenv:pylint] basepython = python3 @@ -39,7 +39,7 @@ deps = commands = pylint -E n2vc --ignore=tests -[testenv:pylinttests] +[testenv:pylint-tests] basepython = python3 deps = pylint