From: Ben Darnell Date: Thu, 27 Dec 2012 14:50:53 +0000 (+0100) Subject: Test with twisted 12.3 X-Git-Tag: v3.0.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cb0ee56a6b373df7d360a7220155765cfff737;p=thirdparty%2Ftornado.git Test with twisted 12.3 --- 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]