Travis: use latest release in Django series

This commit is contained in:
Dwayne Bailey 2017-01-21 22:27:56 +00:00
parent 065a5807db
commit be39b52bcf
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
language: python
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.9.0
- DJANGO_VERSION=1.10.0
python:
- "2.7"
- "3.3"
@ -11,10 +11,10 @@ python:
matrix:
exclude:
- python: "3.3"
env: "DJANGO_VERSION=1.9"
env: "DJANGO_VERSION=1.9.0"
- python: "3.3"
env: "DJANGO_VERSION=1.10"
env: "DJANGO_VERSION=1.10.0"
install:
- pip install django==$DJANGO_VERSION
- pip install django~=$DJANGO_VERSION
- pip install .
script: ./test_project/manage.py test