diff options
author | 2019-04-24 18:46:14 +0200 | |
---|---|---|
committer | 2019-04-24 20:16:07 +0200 | |
commit | bb508cf6c13965c17c6216b0e3eba26272914847 (patch) | |
tree | 596fbabbd10f6a15501cab9c1fed746b341daffc | |
parent | 668a407e154475ed59eefac53285ecce5b17581d (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.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |