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 a30e7c10da
commit d863a8f2d7
1 changed files with 2 additions and 1 deletions

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}