Travis: test against Django 1.5 final

This commit is contained in:
medmunds
2013-02-28 17:30:22 -08:00
parent 921baab602
commit 5eae484561

View File

@@ -6,7 +6,8 @@ python:
env:
- DJANGO=django==1.3
- DJANGO=django==1.4
- DJANGO=https://github.com/django/django/tarball/stable/1.5.x
- DJANGO=django==1.5
#- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
matrix:
exclude:
# Django < 1.5 not supported on python 3
@@ -16,7 +17,7 @@ matrix:
env: DJANGO=django==1.4
# Django 1.5 strongly recommends python 2.7 or later (so skip 2.6)
- python: "2.6"
env: DJANGO=https://github.com/django/django/tarball/stable/1.5.x
env: DJANGO=django==1.5
install:
- pip install -q $DJANGO --use-mirrors
- pip install . --use-mirrors