From 13a10651761befdac6823535a71894ee1213ddb4 Mon Sep 17 00:00:00 2001 From: kingosticks Date: Fri, 6 Mar 2015 00:34:44 +0000 Subject: [PATCH] wrong junit-xml argument to py.test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c9d3e79b..5c007156 100644 --- a/tox.ini +++ b/tox.ini @@ -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}