From: Ben Darnell Date: Mon, 14 Jan 2013 03:30:22 +0000 (-0500) Subject: Remove py25 from travis.yml X-Git-Tag: v3.0.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6abdb916198f937053ddd63290f4420bff5daf84;p=thirdparty%2Ftornado.git Remove py25 from travis.yml --- 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