tox: Use -j0 when invoking pylint
This makes things a bit faster
This commit is contained in:
parent
3a8ab8ea02
commit
17f54d0ef7
4
tox.ini
4
tox.ini
@ -95,8 +95,8 @@ deps =
|
||||
-r{toxinidir}/misc/requirements/requirements-pylint.txt
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no {posargs}
|
||||
{envpython} scripts/dev/run_pylint_on_tests.py {toxinidir} --output-format=colorized --reports=no {posargs}
|
||||
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no -j0 {posargs}
|
||||
{envpython} scripts/dev/run_pylint_on_tests.py {toxinidir} --output-format=colorized --reports=no -j0 {posargs}
|
||||
|
||||
[testenv:pylint-master]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user