]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix zope.interface/py25 dependencies for other tox.ini files
authorBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 04:35:27 +0000 (21:35 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 28 May 2012 04:35:27 +0000 (21:35 -0700)
maint/vm/ubuntu10.04/tox.ini
maint/vm/ubuntu12.04/tox.ini

index 87841ac8811dd64606b098cc67890b5df24881a6..2ae1b27af7ab2a5eb0c73bf00c571e8e0d28cab5 100644 (file)
@@ -17,6 +17,7 @@ deps =
      pycurl
      simplejson
      twisted==11.0.0
+     zope.interface<4.0
 
 [testenv:py26-full]
 deps =
index 9c8a312a7cde099b3c7534f1c5d7c3379f63f59f..e30ef22a611a2d275fddc0123d0e036be27deaef 100644 (file)
@@ -17,6 +17,7 @@ deps =
      pycurl
      simplejson
      twisted==11.0.0
+     zope.interface<4.0
 
 [testenv:py27-full]
 basepython = python2.7