summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-29 14:24:55 +0000
committerGerrit Code Review <review@openstack.org>2013-05-29 14:24:55 +0000
commit214cad916d2ef29b2da1de87f766a578e2a37b4c (patch)
tree7f23c1e5a8b443e66b697e4c9f29b626990aa2a4
parent98e1d15a6b4d773fd292ce0630115feba041cbfc (diff)
parent7bcee355909cea01429084889bdf03e3fdc76c74 (diff)
downloadoslo-214cad916d2ef29b2da1de87f766a578e2a37b4c.tar.gz
oslo-214cad916d2ef29b2da1de87f766a578e2a37b4c.tar.xz
oslo-214cad916d2ef29b2da1de87f766a578e2a37b4c.zip
Merge "Fix tox coverange env"
-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}