From fdff0f705e2dd2dbdb9427d277b181068644d2f6 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 10 Jan 2016 09:05:21 -0600 Subject: [PATCH] Allow users to pass args to py.test via tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ecaae55..650c16e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,4 +6,4 @@ deps = mock pytest commands = - py.test + py.test {posargs}