Tox doesn't like -
[osm/N2VC.git] / 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]
 #     limitations under the License.
 
 [tox]
-envlist = cover, flake8, pylint, pylint-tests
+envlist = cover, flake8, pylint, pylinttests
 skipsdist=True
 
 [testenv]
 skipsdist=True
 
 [testenv]
@@ -39,7 +39,7 @@ deps =
 commands =
   pylint -E n2vc --ignore=tests
 
 commands =
   pylint -E n2vc --ignore=tests
 
-[testenv:pylint-tests]
+[testenv:pylinttests]
 basepython = python3
 deps =
   pylint
 basepython = python3
 deps =
   pylint