Add Django 2.1 to testing

This commit is contained in:
Garret Wassermann 2018-09-01 23:23:13 -04:00
parent ac0eb7d27b
commit 2126edd94f

View File

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