From: beierlm Date: Wed, 24 Jun 2020 20:21:29 +0000 (+0200) Subject: Revert "Tox doesn't like -" X-Git-Tag: release-v9.0-start~49 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=refs%2Fchanges%2F57%2F9157%2F2 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 --- 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