Copy-paste pylint commands for second environment
Otherwise, tox 2.3.1 (shipped with various distributions) fails with: tox.ConfigError: ConfigError: substitution key 'posargs' not found
This commit is contained in:
parent
6b65d96fe1
commit
2c2d7fe734
3
tox.ini
3
tox.ini
@ -133,7 +133,8 @@ deps =
|
|||||||
-r{toxinidir}/misc/requirements/requirements-pylint.txt
|
-r{toxinidir}/misc/requirements/requirements-pylint.txt
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{[testenv:pylint]commands}
|
{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]
|
[testenv:pylint-master]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user