From 31409bc83db3a68693dd43b0599b3781c06cc817 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Sun, 4 Mar 2018 10:03:57 +0200 Subject: [PATCH] tox: Allow passing arguments from tox to pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6a439112..fdfc5ea56 100644 --- a/tox.ini +++ b/tox.ini @@ -11,5 +11,5 @@ commands = {envpython} setup.py clean {envpython} setup.py build_ext --inplace {envpython} selftest.py - {envpython} -m pytest -qq + {envpython} -m pytest -qq {posargs} deps = pytest