From 009e29789a137ed513bf3dccb755184b3b50538a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 1 Dec 2015 07:00:45 +0100 Subject: [PATCH] tox: Add {toxinidir} to PYTHONPATH for pylint. Seems like it doesn't like to import qutebrowser from the tests anymore otherwise... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 091f8929d..0d830327a 100644 --- a/tox.ini +++ b/tox.ini @@ -100,7 +100,7 @@ commands = basepython = python3 ignore_errors = true skip_install = true -setenv = PYTHONPATH={toxinidir}/scripts/dev +setenv = PYTHONPATH={toxinidir}/scripts/dev:{toxinidir} passenv = deps = {[testenv]deps}