pylint: Remove -j0
See https://github.com/PyCQA/pylint/issues/987 On my laptop I get about a 3m -> 2m20s speedup, which isn't really worth the trouble...
This commit is contained in:
parent
29ee605c79
commit
9898b1af37
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 -j0 {posargs}
|
||||
{envpython} scripts/dev/run_pylint_on_tests.py {toxinidir} --output-format=colorized --reports=no -j0 {posargs}
|
||||
{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}
|
||||
|
||||
[testenv:pylint-master]
|
||||
basepython = python3
|
||||
|
Loading…
Reference in New Issue
Block a user