summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3a33326..6b9f5bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,8 @@ commands = python ./tools/lint.py ./openstack
python ./tools/lint.py ./tests
[testenv:cover]
-setenv = NOSE_WITH_COVERAGE=1
+setenv = VIRTUAL_ENV={envdir}
+ NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}