tox: Add {toxinidir} to PYTHONPATH for pylint.

Seems like it doesn't like to import qutebrowser from the tests anymore
otherwise...
This commit is contained in:
Florian Bruhin 2015-12-01 07:00:45 +01:00
parent 101f81844c
commit 009e29789a

View File

@ -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}