mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 12:24:40 +02:00
Use ubuntu bionic 18.04 for automated testing
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user