Remove Python 2.5 from CI runs.
authorJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 04:57:30 +0000 (20:57 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 04:58:29 +0000 (20:58 -0800)
[ci skip]

.travis.yml

index 8aa965b98ee8e0366e049c5f9cc42fb0edb1577c..aa08867125882a0299df1c0fc8fe8fbc501391e8 100644 (file)
@@ -1,6 +1,5 @@
 language: python
 python:
-  - "2.5"
   - "2.6"
   - "2.7"
 script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests