Avoid setenv substitution in tox.ini.

This works around a bug with tox 2.3.0:
https://bitbucket.org/hpk42/tox/issues/294/
This commit is contained in:
Florian Bruhin 2015-12-11 21:39:41 +01:00
parent d267cbd44f
commit 7245e300e6

View File

@ -116,8 +116,8 @@ commands =
[testenv:pylint-tip]
basepython = python3
skip_install = true
setenv = {[testenv:pylint]setenv}
passenv = {[testenv:pylint]passenv}
setenv = PYTHONPATH={toxinidir}/scripts/dev
passenv =
deps =
{[testenv]deps}
{[testenv:misc]deps}