Revert "Tox doesn't like -" 57/9157/2
authorbeierlm <mark.beierl@canonical.com>
Wed, 24 Jun 2020 20:21:29 +0000 (22:21 +0200)
committerbeierlm <mark.beierl@canonical.com>
Thu, 25 Jun 2020 15:38:26 +0000 (17:38 +0200)
This reverts commit d87303d18767a9c1d9d44357d1be392f41c3b723.

Reason for revert: This does not fix the problem.  Underlying root cause still unknown.

Change-Id: I1f012bcf03c63cd12c24e1ede18620834a81c0a5
Signed-off-by: beierlm <mark.beierl@canonical.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 94dbdb0..bc316e1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@
 #     limitations under the License.
 
 [tox]
-envlist = cover, flake8, pylint, pylinttests
+envlist = cover, flake8, pylint, pylint-tests
 skipsdist=True
 
 [testenv]
@@ -39,7 +39,7 @@ deps =
 commands =
   pylint -E n2vc --ignore=tests
 
-[testenv:pylinttests]
+[testenv:pylint-tests]
 basepython = python3
 deps =
   pylint