]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Drop py25 from the main tox.ini
authorBen Darnell <ben@bendarnell.com>
Sun, 13 Jan 2013 23:09:43 +0000 (18:09 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 13 Jan 2013 23:40:17 +0000 (18:40 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index eb0c099e3c1d9a828a224df6d729675e59e1f07d..cfbf468df61a9e41527957d4fc2f2a9bc22322e4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@
 [tox]
 # "-full" variants include optional dependencies, to ensure
 # that things work both in a bare install and with all the extras.
-envlist = py27-full, py27-curl, py25-full, py32-full, pypy, py25, py26, py26-full, py27, py32, py32-utf8, py33, py27-opt, py32-opt, pypy-full, py27-select, py27-monotonic, py33-monotonic, py27-twisted
+envlist = py27-full, py27-curl, py32-full, pypy, py26, py26-full, py27, py32, py32-utf8, py33, py27-opt, py32-opt, pypy-full, py27-select, py27-monotonic, py33-monotonic, py27-twisted
 [testenv]
 commands = python -m tornado.test.runtests {posargs:}
 
@@ -24,25 +24,6 @@ changedir = {toxworkdir}
 # PYTHONPATH)
 #environment = PYTHONPATH=
 
-[testenv:py25]
-basepython = python2.5
-deps =
-     simplejson
-     unittest2
-
-[testenv:py25-full]
-basepython = python2.5
-deps =
-     futures
-     mock
-     pycurl
-     simplejson
-     # twisted is dropping python 2.5 support in 12.2.0
-     twisted<=12.1.0
-     unittest2
-     # zope.interface (used by twisted) dropped python 2.5 support in 4.0
-     zope.interface<4.0
-
 [testenv:py26]
 basepython = python2.6
 deps = unittest2