Allow pylint to execute paralled processes to speedup execution.

Change-Id: I0a12dba1fc6ab433153ec7766b9beb5c8318c79b
This commit is contained in:
Federico Ressi 2019-04-11 12:28:55 +02:00
parent f26cb5c276
commit 13d511e954
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}