From 6abdb916198f937053ddd63290f4420bff5daf84 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 13 Jan 2013 22:30:22 -0500 Subject: [PATCH] Remove py25 from travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb0652b52..66a317c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.47.2