mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-24 23:08:40 +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:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=2.2.4
|
- DJANGO=2.2.8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
|
Loading…
Reference in New Issue
Block a user