tox: Add a pylint-tip testenv.
This commit is contained in:
parent
c85aa40073
commit
4fcb2feced
16
tox.ini
16
tox.ini
@ -101,6 +101,22 @@ commands =
|
|||||||
{envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
{envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
{envpython} scripts/dev/run_pylint_on_tests.py --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
{envpython} scripts/dev/run_pylint_on_tests.py --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
|
|
||||||
|
[testenv:pylint-tip]
|
||||||
|
basepython = python3
|
||||||
|
skip_install = true
|
||||||
|
setenv = {[testenv:pylint]setenv}
|
||||||
|
passenv = {[testenv:pylint]passenv}
|
||||||
|
deps =
|
||||||
|
{[testenv]deps}
|
||||||
|
{[testenv:misc]deps}
|
||||||
|
hg+https://bitbucket.org/logilab/astroid
|
||||||
|
hg+https://bitbucket.org/logilab/pylint
|
||||||
|
six==1.10.0
|
||||||
|
commands =
|
||||||
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
{envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
|
{envpython} scripts/dev/run_pylint_on_tests.py --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
|
|
||||||
[testenv:pep257]
|
[testenv:pep257]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
Loading…
Reference in New Issue
Block a user