summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2013-06-05 20:09:08 -0700
committerClark Boylan <clark.boylan@gmail.com>2013-06-05 20:10:04 -0700
commit826bc21f83b76a7165ae575781156be0360f1b69 (patch)
tree48b3492c962b8e63b440b82f5d735fde806b6269 /tox.ini
parentc5ff7829a0299f61698a5844da435fc085f4ee5b (diff)
downloadkeystone-826bc21f83b76a7165ae575781156be0360f1b69.tar.gz
keystone-826bc21f83b76a7165ae575781156be0360f1b69.tar.xz
keystone-826bc21f83b76a7165ae575781156be0360f1b69.zip
Move coverage output dir for Jenkins.
* tox.ini: Set the coverage html output dir to {toxinidir}/cover so that Jenkins can find it and upload the coverage to the log server. Change-Id: I231485ce46b1ef91eb219e63552203b86d6d65c2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2c6838bd..ff9f8e67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,8 @@ downloadcache = ~/cache/pip
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
+ NOSE_COVER_HTML=1
+ NOSE_COVER_HTML_DIR={toxinidir}/cover
[testenv:venv]
commands = {posargs}