From 13d511e954661301d17dee64af01b27aba4d319b Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 11 Apr 2019 12:28:55 +0200 Subject: [PATCH] Allow pylint to execute paralled processes to speedup execution. Change-Id: I0a12dba1fc6ab433153ec7766b9beb5c8318c79b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4502e607d..2bd993074 100644 --- a/tox.ini +++ b/tox.ini @@ -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}