diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-24 18:46:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-24 20:16:28 +0200 |
commit | 247da3b2da187d864491997d8e2b6901fadf2923 (patch) | |
tree | 86b6058ae646c6795b7c9cf4767447da9db171fb | |
parent | c5cdb923231aa66b1266feda1f0cb1728d049f06 (diff) |
Slightly improve tox.inistable/gambia
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 |