summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-05-30 07:11:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-30 07:11:22 +0000
commitec4af7ba1c4fc88f6f0cc6ee98f27e27b197522e (patch)
treec484b491255409a276b9bf9603a1add057af369b /tox.ini
parent234a4164d7d145de6d681387362484ed3e6c94b4 (diff)
parent40f255a466c3a11f3b7572724c24ab5d870755ce (diff)
Merge "Export the Pylint results via pylint.out"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 70059d11d..a944464d5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,8 +29,9 @@ basepython = python2.7
deps =
{[testenv]deps}
whitelist_externals = bash
-commands = bash -c \
- "pylint --persistent=n functest | sed -ne '/Raw metrics/,//p'"
+commands = bash -c "\
+ pylint -f parseable --disable=locally-disabled functest | \
+ tee pylint.out | sed -ne '/Raw metrics/,//p'"
[testenv:py35]
dirs =