Update travis for latest django

This commit is contained in:
Garret Wassermann 2019-01-01 19:59:16 -05:00
parent 760c9d64dd
commit 393076be90

View File

@ -7,8 +7,8 @@ python:
- "3.7"
env:
- DJANGO=2.0.8
- DJANGO=2.1.1
- DJANGO=2.0.9
- DJANGO=2.1.4
install:
- pip install -q Django==$DJANGO