tests/pylint.conf: use jobs=0 to speed up tests

This commit is contained in:
Dan Streetman 2018-03-01 08:26:14 -05:00
parent 982ebe6a46
commit 0931098a2c

View File

@ -3,6 +3,9 @@
# Pickle collected data for later comparisons.
persistent=no
# Use all cpus, to speed up testing
jobs=0
[MESSAGES CONTROL]