summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-14 15:56:16 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-14 15:56:16 +0200
commita99a53b84e05f77271c7359272bbd769371defea (patch)
tree90d74b6ad779ea9ac1cbbda389ca8f6bd7d5604e
parentae6fec54792ce2644064aa854136f3f15480e485 (diff)
downloadpylint-git-a99a53b84e05f77271c7359272bbd769371defea.tar.gz
Use only one job for linting pylint.
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index bd60a2ad4..828f88b94 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.