Skip to content

Commit 5e08418

Browse files
committed
Remove Python 2.5 from .travis.yml.
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.
1 parent f9ca07a commit 5e08418

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: python
22

3-
# Travis CI has no plans to support Python 2.4 and Jython.
3+
# Travis CI has no plans to support Jython and no longer supports Python 2.5.
44
python:
5-
- 2.5
65
- 2.6
76
- 2.7
87
- 3.2

0 commit comments

Comments
 (0)