Skip to content

Commit 0001199

Browse files
committed
Remove Python 2.5 tests on Travis CI
As of 2013-11-20 Travis CI removed support for testing using python 2.5 See http://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/.
1 parent 37d3358 commit 0001199

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.5"
43
- "2.6"
54
- "2.7"
65
- "3.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Local documentation can be built using [Sphinx][]:
6464
Python Version Compatibility
6565
----------------------------
6666

67-
[Travis CI][ci-home] automatically runs tests against python 2.5, 2.6, 2.7, 3.2, 3.3 and pypy.
67+
[Travis CI][ci-home] automatically runs tests against python 2.6, 2.7, 3.2, 3.3 and pypy.
6868

6969
Installation
7070
------------

0 commit comments

Comments
 (0)