From 00fb884829278638f7961cc63c747610445d29c1 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 11 Jul 2014 14:27:39 -0400 Subject: Add positional arguments to tox.ini This allows you to pass additional flags to pytest. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aef1308..246060f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,3 @@ [testenv] -deps=pytest -commands=py.test +deps = pytest +commands = py.test {posargs} -- cgit v1.2.3