Merge "Add VIRTUAL_ENV key to enviroment passed to patch_tox_env"

This commit is contained in:
Jenkins 2013-03-28 23:47:59 +00:00 committed by Gerrit Code Review
commit efdf831a5c
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}