Skip to content

Commit 908df9b

Browse files
Removed Python 2.5
Travis-CI does not support Python 2.5, only 2.6+.
1 parent 675a9af commit 908df9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language:
22
python
33

44
python:
5-
- "2.5"
65
- "2.6"
76
- "2.7"
87
- "3.2"
@@ -43,14 +42,6 @@ matrix:
4342
# env: DJANGO="django>=1.4.0,<1.5.0"
4443
# - python: "pypy3"
4544
# env: DJANGO="django>=1.4.0,<1.5.0"
46-
- python: "2.5"
47-
env: DJANGO="django>=1.5.0,<1.6.0"
48-
- python: "2.5"
49-
env: DJANGO="django>=1.6.0,<1.7.0"
50-
- python: "2.5"
51-
env: DJANGO="django>=1.7.0,<1.8.0"
52-
- python: "2.5"
53-
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
5445
- python: "2.6"
5546
env: DJANGO="django>=1.7.0,<1.8.0"
5647
- python: "2.6"

0 commit comments

Comments
 (0)