From 40abda557649019104d8cb79486b5882f28b01af Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 5 Dec 2012 19:35:57 +0000 Subject: [PATCH] Fixed pyzmq version in tox env for python 2.5 pyzmq 2.1.11 is the last version supporting Python 2.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a9b20024..031e8a7f 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps= SQLAlchemy simplejson multiprocessing - pyzmq + pyzmq==2.1.11 execnet Jinja2