tox coverage: always build .xml after the run

I almost always want this, and I keep forgetting to run 'coverage xml'
myself.
This commit is contained in:
Brian Warner 2016-12-10 15:29:10 -08:00
parent 2596c58e4a
commit 123073a519

View File

@ -46,3 +46,4 @@ commands =
pyflakes setup.py src
wormhole --version
coverage run --branch -m wormhole.test.run_trial {posargs:wormhole}
coverage xml