From: beierlm Date: Wed, 24 Jun 2020 17:27:39 +0000 (-0400) Subject: Tox doesn't like - X-Git-Tag: release-v9.0-start~51 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=d87303d18767a9c1d9d44357d1be392f41c3b723;hp=e85ba44ca3988aae5932ced96787308c67f9be86 Tox doesn't like - Removing the - character from the pylinttests environment as the version of tox available via the build process does not work with that character. Change-Id: I46cffef33f07b474598b2c0badf508ee3ea7fd45 Signed-off-by: beierlm --- 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