wrong junit-xml argument to py.test

This commit is contained in:
kingosticks 2015-03-06 00:34:44 +00:00
parent be86ddfea8
commit 13a1065176

View File

@ -13,7 +13,7 @@ install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
commands = commands =
py.test \ py.test \
--basetemp={envtmpdir} \ --basetemp={envtmpdir} \
--junit-xmlfile=xunit-{envname}.xml \ --junit-xml=xunit-{envname}.xml \
--cov=mopidy_musicbox_webclient --cov-report=term-missing \ --cov=mopidy_musicbox_webclient --cov-report=term-missing \
{posargs} {posargs}