Make tox cover output coverage.xml.

Change-Id: I8719be2f627c9f2bf33e7752cdd7348c14943f7a
This commit is contained in:
Monty Taylor
2012-04-05 19:06:57 -07:00
parent 292085445b
commit c80e2640c6
+1 -1
View File
@@ -15,7 +15,7 @@ commands = pep8 --repeat --show-source glanceclient setup.py
commands = {posargs}
[testenv:cover]
commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=glanceclient
commands = nosetests --cover-erase --cover-package=glanceclient --with-xcoverage
[testenv:hudson]
downloadcache = ~/cache/pip