diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index b73355f5..2da66b1d 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -17,7 +17,7 @@ deps = [testenv:pylint] whitelist_externals = bash -commands = bash -c 'pylint --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py' +commands = bash -c 'pylint -j2 --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py' deps = pylint pytest |