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 <mark.beierl@canonical.com>
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 @@
commands =
pylint -E n2vc --ignore=tests
-[testenv:pylint-tests]
+[testenv:pylinttests]
basepython = python3
deps =
pylint