From ea09cc93babd56c908e964f8a03820107c75d1a0 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 8 Sep 2020 09:57:03 +0300 Subject: [PATCH] parallel pylint --- testenv/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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