Adding Django 1.10 to Travis

This commit is contained in:
Alex Barcelo 2016-10-20 08:25:37 +02:00
parent af893bdcc8
commit 40c046e993

View File

@ -9,6 +9,7 @@ env:
- DJANGO=1.7.11
- DJANGO=1.8.7
- DJANGO=1.9
- DJANGO=1.10
matrix:
exclude:
@ -20,4 +21,4 @@ install:
- pip install -q Django==$DJANGO
- pip install -q -r requirements.txt
script: python quicktest.py helpdesk
script: python quicktest.py helpdesk