mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Update travis ci testing to use Django 3.1 and Ubuntu 20.04
This commit is contained in:
parent
6b335590e6
commit
6f1ec3e13e
@ -1,5 +1,5 @@
|
||||
language: python
|
||||
dist: bionic # use LTS 18.04
|
||||
dist: focal # use LTS 20.04
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
@ -7,7 +7,7 @@ python:
|
||||
- "3.8"
|
||||
|
||||
env:
|
||||
- DJANGO=2.2.8
|
||||
- DJANGO=3.1.2
|
||||
|
||||
install:
|
||||
- pip install -q Django==$DJANGO
|
||||
|
Loading…
Reference in New Issue
Block a user