mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-01 23:45:43 +02:00
Use ubuntu bionic 18.04 for automated testing
This commit is contained in:
parent
843e8402fa
commit
d896e21fd2
@ -1,13 +1,15 @@
|
|||||||
language: python
|
language: python
|
||||||
|
dist: bionic # use LTS 18.04
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.11.13
|
- DJANGO=1.11.23
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user