From 74a3e722a23ec8b7bd0a1f552089e397cb77341b Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Wed, 7 Nov 2012 20:57:30 -0800 Subject: [PATCH] Remove Python 2.5 from CI runs. [ci skip] --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8aa965b..aa08867 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.5" - "2.6" - "2.7" script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests -- 2.25.1