diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-01-29 13:46:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 13:46:23 +0000 |
commit | 3a042e00c533dae47014842ed345da6b321f5eb9 (patch) | |
tree | 76b07e57942b37d99b125fbf45b81ce2d88b637b /tox.ini | |
parent | 5a77070ed767158017ceb8ea3c319af60c86b830 (diff) | |
parent | 01efa1e4229157b46d352bce202ed4192992dd3f (diff) |
Merge "Fix last Pylint error in Functest"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,17 +35,20 @@ modules = functest.core functest.energy functest.opnfv_tests.sdn.odl + functest.opnfv_tests.vnf.router functest.tests.unit.ci functest.tests.unit.cli functest.tests.unit.core functest.tests.unit.energy functest.tests.unit.odl + functest.tests.unit.vnf.router functest.tests.unit.utils.test_decorators functest.utils.decorators commands = bash -c "\ pylint -f parseable --disable=locally-disabled functest | \ tee pylint.out | sed -ne '/Raw metrics/,//p'" + pylint --disable=locally-disabled --reports=n --errors-only functest pylint --disable=locally-disabled --reports=n {[testenv:pylint]modules} [testenv:yamllint] |