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:15:30 +0200 |
commit | 29f0d544e7f523ec3884e98c892bf4e0b8efd178 (patch) | |
tree | 5bb395c5f975f321505b941007ab1ab6a7d2810d /tox.ini | |
parent | cfcf5d41cbf26a7fc5d0b07d9ca45d73538036d8 (diff) |
Slightly improve tox.ini
Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-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 |