X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=490d03e037acae647fa18774ad8b63c35c3ac3c3;hp=d2674c9798414608308f698d0925e226f03b1deb;hb=d3de135758e35c4d511b067c6ebeea378f63d79e;hpb=d598914ec9d1be351c0c15739629a910d0ff59a5;ds=sidebyside diff --git a/tox.ini b/tox.ini index d2674c9..490d03e 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ # limitations under the License. [tox] -envlist = cover, flake8, pylint +envlist = cover, flake8, pylint, pylint-tests skipsdist=True [testenv] @@ -37,7 +37,16 @@ deps = pylint -rrequirements.txt commands = - pylint -E n2vc + pylint -E n2vc --ignore=tests + +[testenv:pylint-tests] +basepython = python3 +deps = + pylint + -rrequirements.txt + -rtest-requirements.txt +commands = + pylint -E n2vc.tests [testenv:black] basepython = python3