Run coverage xml to get xml coverage reports.

Instead of nosexcover, coverage has the support built right in.

Change-Id: I16d0c0afb48ee3f4711675e0e0bbf15a51e109d1
This commit is contained in:
Monty Taylor 2012-06-07 18:27:22 -04:00
parent adc305a1da
commit 5bb002b4d3

@ -16,6 +16,7 @@ fi
tox -e$venv
result=$?
.tox/$venv/bin/coverage xml
echo "Begin pip freeze output from test virtualenv:"
echo "======================================================================"