Fix coverage jobs for Jenkins.

Change-Id: I9a97ac7b997f531d05d4a6beab7d6c16ced7016a
This commit is contained in:
Monty Taylor
2012-03-06 22:11:38 -08:00
parent b68051cd13
commit ec35ea8b9e
+2 -2
View File
@@ -15,7 +15,7 @@ commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keyston
downloadcache = ~/cache/pip
[testenv:cover]
commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=keystone
commands = /bin/bash run_tests.sh -N -P --with-xcoverage --cover-erase --cover-package=keystone
[testenv:venv]
commands = {posargs}
@@ -30,7 +30,7 @@ deps = file://{toxinidir}/.cache.bundle
[testenv:jenkinscover]
deps = file://{toxinidir}/.cache.bundle
commands = bash run_tests.sh -N --coverage --no-pep8
commands = /bin/bash run_tests.sh -N -P --with-xcover --cover-erase --cover-package=keystone
[testenv:jenkinsvenv]
deps = file://{toxinidir}/.cache.bundle