From 740b66f8c0a43a501438092ca0b3fba326c2491d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 9 Oct 2014 23:47:31 +0300 Subject: Modified tox configuration to pass through arbitrary arguments to py.test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ad2fa0..1ada904 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py26,py27,py32,py33,py34,pypy,pypy3,flake8 [testenv] -commands=py.test -rsx +commands=py.test -rsx {posargs} [testenv:py26] deps={[testenv:pypy]deps} -- cgit v1.2.1