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:
parent
101f81844c
commit
009e29789a
2
tox.ini
2
tox.ini
@ -100,7 +100,7 @@ commands =
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
skip_install = true
|
skip_install = true
|
||||||
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
setenv = PYTHONPATH={toxinidir}/scripts/dev:{toxinidir}
|
||||||
passenv =
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user