summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-09-08 09:57:03 +0300
committerDevaev Maxim <[email protected]>2020-09-08 09:57:03 +0300
commitea09cc93babd56c908e964f8a03820107c75d1a0 (patch)
treecbdc313484ffa693e6eebb48d13aa98c46b63f8d /testenv
parent159cc50dc1978da75857635951605fd867f25d7b (diff)
parallel pylint
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tox.ini2
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