From 67d69340a29cf55680470d5524b3cef61b1cdd58 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 27 May 2012 21:35:27 -0700 Subject: [PATCH] Fix zope.interface/py25 dependencies for other tox.ini files --- maint/vm/ubuntu10.04/tox.ini | 1 + maint/vm/ubuntu12.04/tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/maint/vm/ubuntu10.04/tox.ini b/maint/vm/ubuntu10.04/tox.ini index 87841ac8..2ae1b27a 100644 --- a/maint/vm/ubuntu10.04/tox.ini +++ b/maint/vm/ubuntu10.04/tox.ini @@ -17,6 +17,7 @@ deps = pycurl simplejson twisted==11.0.0 + zope.interface<4.0 [testenv:py26-full] deps = diff --git a/maint/vm/ubuntu12.04/tox.ini b/maint/vm/ubuntu12.04/tox.ini index 9c8a312a..e30ef22a 100644 --- a/maint/vm/ubuntu12.04/tox.ini +++ b/maint/vm/ubuntu12.04/tox.ini @@ -17,6 +17,7 @@ deps = pycurl simplejson twisted==11.0.0 + zope.interface<4.0 [testenv:py27-full] basepython = python2.7