summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d870665b..ac7a7698 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