add debug option to nose

This commit is contained in:
Doug Hellmann 2012-04-20 17:37:19 -07:00
parent acf1969fe2
commit e5c6c4c918
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
envlist = py27,py32
[testenv]
commands = nosetests []
commands = nosetests -d []
#deps = virtualenv