parallel pylint

This commit is contained in:
Devaev Maxim 2020-09-08 09:57:03 +03:00
parent 159cc50dc1
commit ea09cc93ba

View File

@ -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