Revert "Avoid setenv substitution in tox.ini."

This reverts commit 7245e300e6.
This was fixed in tox 2.3.1.
This commit is contained in:
Florian Bruhin 2015-12-15 11:49:06 +01:00
parent a2423b0b6c
commit 90c782a891

View File

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