Add simplejson as a dependency for python 2.5

This commit is contained in:
Daniel Neuhäuser 2011-01-08 21:17:57 +01:00
parent 6c23616b2c
commit 743f7e8da5

View File

@ -12,6 +12,11 @@ deps=
nose nose
simplejson simplejson
[testenv:py25]
deps=
nose
simplejson
[testenv:py31] [testenv:py31]
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip