Slightly improve tox.ini 83/67683/3 stable/gambia
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 24 Apr 2019 16:46:14 +0000 (18:46 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 24 Apr 2019 18:16:28 +0000 (20:16 +0200)
Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 54b194184e8bc36acf7399a1b460b0b7fa3db893)

tox.ini

diff --git a/tox.ini b/tox.ini
index d870665..ac7a769 100644 (file)
--- 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