Update travis ci to test both django 2.2 and 3.x

Update travis ci config to test both django 2.2 and latest 3.x
This commit is contained in:
Garret Wassermann 2020-10-13 16:50:12 -04:00 committed by GitHub
parent 80114ef6a8
commit e2bd1e5cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ python:
- "3.8"
env:
- DJANGO=2.2.16
- DJANGO=3.1.2
install: