Skip to content

Commit

Permalink
wrong junit-xml argument to py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Mar 6, 2015
1 parent be86ddf commit 13a1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -13,7 +13,7 @@ install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
commands =
py.test \
--basetemp={envtmpdir} \
--junit-xmlfile=xunit-{envname}.xml \
--junit-xml=xunit-{envname}.xml \
--cov=mopidy_musicbox_webclient --cov-report=term-missing \
{posargs}

Expand Down

0 comments on commit 13a1065

Please sign in to comment.