From a8cb0ee56a6b373df7d360a7220155765cfff737 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Thu, 27 Dec 2012 15:50:53 +0100 Subject: [PATCH] Test with twisted 12.3 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 714981e60..eb0c099e3 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ deps = futures mock pycurl - twisted>=12.0.0 + twisted>=12.2.0 [testenv:py27-curl] # Same as py27-full, but runs the tests with curl_httpclient by default. @@ -96,7 +96,7 @@ deps = futures mock pycurl - twisted>=12.2.0 + twisted>=12.3.0 commands = python -m tornado.test.runtests --ioloop=tornado.platform.twisted.TwistedIOLoop {posargs:} [testenv:py27-monotonic] -- 2.47.2