From 3b605b691d4fde6be0ccb8034b4c3fc8299f3858 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 11 Feb 2015 11:41:04 +0000 Subject: Enable passing arguments to nose via tox. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d04cd47c..686a1e7a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py26,py27,py34 recreate = True [testenv] -commands = python -m nose tests +commands = python -m nose {posargs:tests} deps = contextlib2 httpretty>=0.7.1 @@ -13,7 +13,7 @@ deps = pyflakes [testenv:py26] -commands = nosetests tests +commands = nosetests {posargs:tests} deps = contextlib2 httpretty>=0.7.1 -- cgit v1.2.3