From aa1f8ebe0d2d3f49a36535b61824f2fece3bdd46 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 14 Oct 2016 23:03:42 -0400 Subject: [PATCH] Allow passing posargs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 564f205..d740130 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,5 @@ deps = -rtests/requirements.txt -commands = py.test +commands = py.test {posargs} usedevelop = True