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:
parent
d267cbd44f
commit
7245e300e6
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 = {[testenv:pylint]setenv}
|
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
||||||
passenv = {[testenv:pylint]passenv}
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
{[testenv:misc]deps}
|
{[testenv:misc]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user