diff options
author | 2019-04-24 18:46:14 +0200 | |
---|---|---|
committer | 2019-04-24 20:15:48 +0200 | |
commit | 655a078751b1d9485cf7391a52ee5cc764c0824f (patch) | |
tree | 7cedf5f57ef7e32f4316328d2025121918770c6b | |
parent | 131d0d332e2537bf23a146f5efea4312b97a640d (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 |