Add travis testing for Django1.10

This commit is contained in:
Raphaël Barrois 2016-09-01 13:25:18 +02:00
parent be455e8998
commit 112ce0dc97
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ python:
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
script:
- python setup.py test