Merge "Add VIRTUAL_ENV key to enviroment passed to patch_tox_env"
This commit is contained in:
commit
f7e0a8ac85
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…
Reference in New Issue
Block a user