Slightly improve tox.ini 84/67684/2
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:15:30 +0000 (20:15 +0200)
Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index fbe446c..4cc4aa3 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