X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=94dbdb06ade6a7e5ce0d80561b1187cf20c39316;hp=bc316e1b12ac0cba532c6aab1478c4fc12f07a14;hb=d87303d18767a9c1d9d44357d1be392f41c3b723;hpb=e85ba44ca3988aae5932ced96787308c67f9be86;ds=sidebyside diff --git a/tox.ini b/tox.ini index bc316e1..94dbdb0 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ # limitations under the License. [tox] -envlist = cover, flake8, pylint, pylint-tests +envlist = cover, flake8, pylint, pylinttests skipsdist=True [testenv] @@ -39,7 +39,7 @@ deps = commands = pylint -E n2vc --ignore=tests -[testenv:pylint-tests] +[testenv:pylinttests] basepython = python3 deps = pylint