From 0b4f87b13c34d341388f0e692f06c4b73c6ea2b0 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 14 Mar 2015 15:56:16 +0200 Subject: Use only one job for linting pylint. --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index bd60a2a..828f88b 100644 --- a/pylintrc +++ b/pylintrc @@ -28,7 +28,7 @@ include-ids=no symbols=no # Use multiple processes to speed up Pylint. -jobs=2 +jobs=1 # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. -- cgit v1.2.1