Merge "Fix coverage reporting test."

This commit is contained in:
Jenkins
2012-07-31 03:39:33 +00:00
committed by Gerrit Code Review

View File

@@ -17,7 +17,7 @@ commands = nosetests {posargs}
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*egg .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
commands = nosetests --cover-erase --cover-package=glanceclient --with-xcoverage
[testenv:venv]
commands = {posargs}