From: Joshua Roesslein Date: Thu, 8 Nov 2012 04:57:30 +0000 (-0800) Subject: Remove Python 2.5 from CI runs. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=74a3e722a23ec8b7bd0a1f552089e397cb77341b;p=tweepy.git Remove Python 2.5 from CI runs. [ci skip] --- 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