From: Salvatore Orlando Date: Thu, 28 Mar 2013 14:17:21 +0000 (+0100) Subject: Add VIRTUAL_ENV key to enviroment passed to patch_tox_env X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d863a8f2d75f424a6df99b0fefadf9269b49fca3;p=openstack-build%2Fneutron-build.git Add VIRTUAL_ENV key to enviroment passed to patch_tox_env Bug 1161413 Change-Id: I873d90c148c2adf15319faeb6290743eda2d52aa --- diff --git a/tox.ini b/tox.ini index 08e723527..32639098f 100644 --- a/tox.ini +++ b/tox.ini @@ -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}