Add VIRTUAL_ENV key to enviroment passed to patch_tox_env
Bug 1161413 Change-Id: I873d90c148c2adf15319faeb6290743eda2d52aa
This commit is contained in:
parent
3c6068d050
commit
f63c9afda3
3
tox.ini
3
tox.ini
@ -33,7 +33,8 @@ commands =
|
|||||||
commands = python ./tools/check_i18n.py ./quantum ./tools/i18n_cfg.py
|
commands = python ./tools/check_i18n.py ./quantum ./tools/i18n_cfg.py
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv = NOSE_WITH_COVERAGE=1
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
NOSE_WITH_COVERAGE=1
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user