From d89041e1d3c34843decf79630436483662a5e670 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 5 Mar 2015 09:16:46 +0100 Subject: [PATCH] tox: Pass args to py.test, include pytest-xdist --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bffdb2df..ad43d9ec 100644 --- a/tox.ini +++ b/tox.ini @@ -6,11 +6,13 @@ sitepackages = true commands = py.test \ --basetemp={envtmpdir} \ - --junit-xml=xunit-{envname}.xml --cov=mopidy + --junit-xml=xunit-{envname}.xml --cov=mopidy \ + {posargs} deps = mock pytest pytest-cov + pytest-xdist [testenv:py27-tornado23] commands = py.test tests/http