Tox doesn't like - 53/9153/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 24 Jun 2020 17:27:39 +0000 (13:27 -0400)
committerbeierlm <mark.beierl@canonical.com>
Wed, 24 Jun 2020 17:27:39 +0000 (13:27 -0400)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index bc316e1..94dbdb0 100644 (file)
--- 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