Merge "Allow pylint to execute paralled processes to speedup execution."

This commit is contained in:
Zuul 2019-04-11 11:50:49 +00:00 committed by Gerrit Code Review
commit 93a8a865cf
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ setenv =
basepython = python3
commands =
pylint -E --rcfile=.pylintrc -e W,E tobiko
pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko
deps =
{[testenv]deps}