From 2562d574379aa450db9390786e395071d66c53fc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 2 Jun 2016 09:54:51 +0200 Subject: [PATCH] tox: Install requirements in pylint-master env --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5122adbab..d732ee045 100644 --- a/tox.ini +++ b/tox.ini @@ -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}