tox: Add {posargs} for pylint.
This commit is contained in:
parent
d53c4f2702
commit
b59951cc98
8
tox.ini
8
tox.ini
@ -110,8 +110,8 @@ deps =
|
|||||||
requests==2.8.1
|
requests==2.8.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
|
{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
|
{envpython} scripts/dev/run_pylint_on_tests.py {toxinidir} --output-format=colorized --reports=no {posargs}
|
||||||
|
|
||||||
[testenv:pylint-tip]
|
[testenv:pylint-tip]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -125,8 +125,8 @@ deps =
|
|||||||
hg+https://bitbucket.org/logilab/pylint
|
hg+https://bitbucket.org/logilab/pylint
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
|
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no {posargs}
|
||||||
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no
|
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no {posargs}
|
||||||
|
|
||||||
[testenv:pep257]
|
[testenv:pep257]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user