From 41b40a10384cd725be87f1800242cc8eba38e991 Mon Sep 17 00:00:00 2001 From: beierlm Date: Wed, 24 Jun 2020 22:21:29 +0200 Subject: [PATCH] Revert "Tox doesn't like -" 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 94dbdb0..bc316e1 100644 --- 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 -- 2.17.1