forked from extern/django-helpdesk
Test against python 3.8 too
This commit is contained in:
parent
d3443edc5b
commit
105f008719
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user