tox: Install requirements in pylint-master env

This commit is contained in:
Florian Bruhin 2016-06-02 09:54:51 +02:00
parent ce0b50bafd
commit 2562d57437

View File

@ -103,7 +103,7 @@ basepython = python3
passenv = {[testenv:pylint]passenv}
deps =
{[testenv]deps}
{[testenv:misc]deps}
-r{toxinidir}/misc/requirements/requirements-pylint-master.txt
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no {posargs}