tox: Fix pylint deps.
This commit is contained in:
parent
611cf7eba7
commit
362ef3f74e
2
tox.ini
2
tox.ini
@ -105,7 +105,6 @@ deps =
|
|||||||
astroid==1.3.8
|
astroid==1.3.8
|
||||||
pylint==1.4.4
|
pylint==1.4.4
|
||||||
logilab-common==1.1.0
|
logilab-common==1.1.0
|
||||||
six==1.10.0
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{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} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
@ -121,7 +120,6 @@ deps =
|
|||||||
{[testenv:misc]deps}
|
{[testenv:misc]deps}
|
||||||
hg+https://bitbucket.org/logilab/astroid
|
hg+https://bitbucket.org/logilab/astroid
|
||||||
hg+https://bitbucket.org/logilab/pylint
|
hg+https://bitbucket.org/logilab/pylint
|
||||||
six==1.10.0
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{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} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF
|
||||||
|
Loading…
Reference in New Issue
Block a user