diff options
author | Devaev Maxim <[email protected]> | 2020-09-08 09:57:03 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-08 09:57:03 +0300 |
commit | ea09cc93babd56c908e964f8a03820107c75d1a0 (patch) | |
tree | cbdc313484ffa693e6eebb48d13aa98c46b63f8d /testenv | |
parent | 159cc50dc1978da75857635951605fd867f25d7b (diff) |
parallel pylint
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 |