From 621af60ff5ffb14c50fc0f843b746212c4e5048b Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:33:53 +0530 Subject: [PATCH] Actually pass down from tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64a7b22..7cb7cdf 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ passenv = PYTEST_STATUS_PORT REDIS_ARGS commands = pip install . - py.test -v + py.test -v {posargs}