Skip to content

Commit 675a9af

Browse files
Added tests for Python 2.5
Should resolve #1.
1 parent 8d1afae commit 675a9af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

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

44
python:
5+
- "2.5"
56
- "2.6"
67
- "2.7"
78
- "3.2"
@@ -42,6 +43,14 @@ matrix:
4243
# env: DJANGO="django>=1.4.0,<1.5.0"
4344
# - python: "pypy3"
4445
# 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"
4554
- python: "2.6"
4655
env: DJANGO="django>=1.7.0,<1.8.0"
4756
- python: "2.6"

0 commit comments

Comments
 (0)