Add Django 2.2 to the build matrix

This commit is contained in:
blag 2020-05-26 12:22:30 -07:00
parent 387e9b8f2f
commit 9e352ec474
No known key found for this signature in database
GPG key ID: 30870D32F59C5F40

View file

@ -7,6 +7,7 @@ python:
- "3.8"
env:
- DJANGO_VERSION=2.2 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
branches: