summaryrefslogtreecommitdiffstats
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:16:28 +0200
commit247da3b2da187d864491997d8e2b6901fadf2923 (patch)
tree86b6058ae646c6795b7c9cf4767447da9db171fb
parentc5cdb923231aa66b1266feda1f0cb1728d049f06 (diff)
Slightly improve tox.inistable/gambia
Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 54b194184e8bc36acf7399a1b460b0b7fa3db893)
-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