From d863a8f2d75f424a6df99b0fefadf9269b49fca3 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Thu, 28 Mar 2013 15:17:21 +0100 Subject: [PATCH] Add VIRTUAL_ENV key to enviroment passed to patch_tox_env Bug 1161413 Change-Id: I873d90c148c2adf15319faeb6290743eda2d52aa --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- 2.45.2