From a26a7a8393dc3d134a0ba2a9b5d135a1867d3fbd Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sat, 29 Jul 2017 17:34:30 -0700 Subject: [PATCH] pass through arguents in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf67817..43002fc 100644 --- a/tox.ini +++ b/tox.ini @@ -3,4 +3,4 @@ envlist = py26,py27,py34,pypy [testenv] changedir = .tox deps = -rrequirements-test.txt -commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests +commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}