Test against python 3.8 too

This commit is contained in:
Garret Wassermann 2019-12-17 08:27:05 -05:00
parent d3443edc5b
commit 105f008719

View File

@ -4,9 +4,10 @@ dist: bionic # use LTS 18.04
python:
- "3.6"
- "3.7"
- "3.8"
env:
- DJANGO=2.2.4
- DJANGO=2.2.8
install:
- pip install -q Django==$DJANGO