Skip to content

Commit

Permalink
Remove Python 2.5 from .travis.yml.
Browse files Browse the repository at this point in the history
Travis CI no longer supports Python 2.5.  Thanks to @dmorrison42
for pointing this out.  Removing 2.5 from the Travis config should
make the Travis build status image work again.
  • Loading branch information
cjerdonek committed Sep 30, 2014
1 parent f9ca07a commit 5e08418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python

# Travis CI has no plans to support Python 2.4 and Jython.
# Travis CI has no plans to support Jython and no longer supports Python 2.5.
python:
- 2.5
- 2.6
- 2.7
- 3.2
Expand Down

0 comments on commit 5e08418

Please sign in to comment.