]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove py25 from travis.yml
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 03:30:22 +0000 (22:30 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 03:30:22 +0000 (22:30 -0500)
.travis.yml

index cb0652b5241c03e1c7655f8d2562467c8c8fda73..66a317c69302f1d69338437b8a1502dc5af17756 100644 (file)
@@ -1,15 +1,12 @@
 # http://travis-ci.org/#!/facebook/tornado
 language: python
 python:
-    - 2.5
     - 2.6
     - 2.7
     - pypy
     - 3.2
 matrix:
     include:
-        - python: 2.5
-          env: FULL="true"
         - python: 2.6
           env: FULL="true"
         - python: 2.7
@@ -19,7 +16,6 @@ matrix:
         - python: 3.2
           env: LANG="C"
 install:
-    - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson unittest2; fi
     - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
     - if [[ $FULL == 'true' ]]; then sudo apt-get install librtmp-dev; pip install --use-mirrors pycurl futures; fi
     - if [[ $FULL == 'true' && $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors twisted==11.0.0 'zope.interface<4.0'; fi