From 247da3b2da187d864491997d8e2b6901fadf2923 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 24 Apr 2019 18:46:14 +0200 Subject: Slightly improve tox.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3 Signed-off-by: Cédric Ollivier (cherry picked from commit 54b194184e8bc36acf7399a1b460b0b7fa3db893) --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index d870665b..ac7a7698 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 -- cgit 1.2.3-korg