Use latest Django releases for CI

This commit is contained in:
Jan-Jelle Kester 2015-05-15 01:49:55 +02:00
parent 52419f0d18
commit 580bb0c60f

View file

@ -3,8 +3,8 @@ python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.7.*
- DJANGO_VERSION=1.8.*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"