unittest2 for python <2.7

This commit is contained in:
Kenneth Reitz
2011-02-25 09:19:29 -05:00
parent 179cef4784
commit 54d78ebe46
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1 +1,2 @@
requests=0.3.0
requests=0.3.0
unittest2
+3 -2
View File
@@ -7,7 +7,7 @@
Convore test suite.
Looks for authentication in 'CONVORE_NAME' and
'CONVORE_PASS' environment variables.
'CONVORE_PASS' environment variables for configuration.
:copyright: (c) 2011 by Kenneth Reitz.
:license: ISC, see LICENSE for more details.
@@ -15,7 +15,8 @@
import os
import unittest
import unittest2 as unittest
import convore
+1
View File
@@ -6,6 +6,7 @@ commands=py.test --junitxml=junit-{envname}.xml
deps =
simplejson
pytest
unittest2
requests==0.3.0
[testenv:pypy]