From e5c6c4c918484c6bb422cbeb8f0af329e4c706fd Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 20 Apr 2012 17:37:19 -0700 Subject: [PATCH] add debug option to nose --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aaa92818..26e4ed84 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,5 @@ envlist = py27,py32 [testenv] -commands = nosetests [] +commands = nosetests -d [] #deps = virtualenv