Add VIRTUAL_ENV key to enviroment passed to patch_tox_env

Bug 1161413

Change-Id: I873d90c148c2adf15319faeb6290743eda2d52aa
This commit is contained in:
Salvatore Orlando 2013-03-28 15:17:21 +01:00
parent 8e79ad2795
commit 4ed8fcecb2

View File

@ -33,7 +33,8 @@ commands =
commands = python ./tools/check_i18n.py ./quantum ./tools/i18n_cfg.py
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}