]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Test with twisted 12.3
authorBen Darnell <ben@bendarnell.com>
Thu, 27 Dec 2012 14:50:53 +0000 (15:50 +0100)
committerBen Darnell <ben@bendarnell.com>
Thu, 27 Dec 2012 14:50:53 +0000 (15:50 +0100)
tox.ini

diff --git a/tox.ini b/tox.ini
index 714981e60df4df00efb9e01f263f3df600103118..eb0c099e3c1d9a828a224df6d729675e59e1f07d 100644 (file)
--- 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]