From c70d020bf3196dfc1d3a7f4494d21c8e48f83569 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 27 Jan 2014 12:42:06 +0100 Subject: [PATCH] allow positional args to tox invocation --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 670709aa1..f56865819 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,8 @@ deps=pytest-xdist mock nose commands= - py.test -n3 -rfsxX \ - --junitxml={envlogdir}/junit-{envname}.xml testing + py.test -n1 -rfsxX \ + --junitxml={envlogdir}/junit-{envname}.xml {posargs:testing} [testenv:py33-xdist] changedir=.