From: Cédric Ollivier Date: Wed, 24 Apr 2019 16:46:14 +0000 (+0200) Subject: Slightly improve tox.ini X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=29f0d544e7f523ec3884e98c892bf4e0b8efd178;hp=cfcf5d41cbf26a7fc5d0b07d9ca45d73538036d8;p=functest-kubernetes.git Slightly improve tox.ini Change-Id: I92802637ad2177044f6f8c6f628ede80887583c3 Signed-off-by: Cédric Ollivier --- diff --git a/tox.ini b/tox.ini index fbe446c2..4cc4aa3a 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