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:48 +0200
commit655a078751b1d9485cf7391a52ee5cc764c0824f (patch)
tree7cedf5f57ef7e32f4316328d2025121918770c6b
parent131d0d332e2537bf23a146f5efea4312b97a640d (diff)
Slightly improve tox.ini
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 0808ad51..9cf478b2 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