Revert "Avoid setenv substitution in tox.ini."
This reverts commit 7245e300e6
.
This was fixed in tox 2.3.1.
This commit is contained in:
parent
a2423b0b6c
commit
90c782a891
4
tox.ini
4
tox.ini
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user