Add test configuration for Django 1.11

Allow for alpha releases and release candidates for now
This commit is contained in:
Jan-Jelle Kester 2017-02-16 15:17:07 +01:00
parent 1cb1d98827
commit c0c858391f

View file

@ -6,6 +6,7 @@ env:
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9.*
- DJANGO_VERSION=1.10.*
- DJANGO_VERSION=1.11*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"