Let Travis use latest Django 1.9 release

This commit is contained in:
Jan-Jelle Kester 2016-01-23 22:44:38 +01:00
parent 091dccf6a7
commit de355bc25c

View file

@ -5,7 +5,7 @@ python:
env:
- DJANGO_VERSION=1.7.*
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9a1
- DJANGO_VERSION=1.9.*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"