mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-11-08 01:04:38 +01:00
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