From 906bef4e6a927ad95a7a6daeea6267b1957ca505 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Fri, 7 Apr 2017 10:36:37 +0200 Subject: [PATCH] add posargs for passing additional args to py.test (e.g. run tests in specific file/dir only) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 80e6df06..9b98a63b 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ deps = nose pytest vcrpy -commands = py.test +commands = py.test {posargs} [testenv:coverage] basepython = python2