aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-04-24 18:46:14 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-04-24 20:15:30 +0200
commit29f0d544e7f523ec3884e98c892bf4e0b8efd178 (patch)
tree5bb395c5f975f321505b941007ab1ab6a7d2810d
parentcfcf5d41cbf26a7fc5d0b07d9ca45d73538036d8 (diff)
Slightly improve tox.ini
Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index fbe446c2..4cc4aa3a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,8 @@ commands = flake8
[testenv:pylint]
basepython = python2.7
-whitelist_externals = bash
-modules =
- functest_kubernetes
commands =
- pylint --disable=locally-disabled --reports=n {[testenv:pylint]modules}
+ pylint --disable=locally-disabled --reports=n functest_kubernetes
[testenv:yamllint]
basepython = python2.7