mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
parallel pylint
This commit is contained in:
parent
159cc50dc1
commit
ea09cc93ba
@ -17,7 +17,7 @@ deps =
|
|||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
whitelist_externals = bash
|
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 =
|
deps =
|
||||||
pylint
|
pylint
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user