Skip to content

Commit 67d6934

Browse files
committed
Fix zope.interface/py25 dependencies for other tox.ini files
1 parent 0219bd5 commit 67d6934

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

maint/vm/ubuntu10.04/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ deps =
1717
pycurl
1818
simplejson
1919
twisted==11.0.0
20+
zope.interface<4.0
2021

2122
[testenv:py26-full]
2223
deps =

maint/vm/ubuntu12.04/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ deps =
1717
pycurl
1818
simplejson
1919
twisted==11.0.0
20+
zope.interface<4.0
2021

2122
[testenv:py27-full]
2223
basepython = python2.7

0 commit comments

Comments
 (0)