Skip to content

Commit 6ad6d3a

Browse files
committed
Added Django 1.5 and upgrade to 1.4.5 and 1.3.7.
1 parent 32492f6 commit 6ad6d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ python:
33
- "2.6"
44
- "2.7"
55
env:
6-
- DJANGO_VERSION=1.3.1
7-
- DJANGO_VERSION=1.4
6+
- DJANGO_VERSION=1.3.7
7+
- DJANGO_VERSION=1.4.5
8+
- DJANGO_VERSION=1.5
89
install:
910
- pip install Django==$DJANGO_VERSION
1011
- python setup.py install

0 commit comments

Comments
 (0)