mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-31 15:05:58 +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
|
||||
dist: bionic # use LTS 18.04
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
env:
|
||||
- DJANGO=1.11.13
|
||||
- DJANGO=1.11.23
|
||||
|
||||
install:
|
||||
- pip install -q Django==$DJANGO
|
||||
|
Loading…
x
Reference in New Issue
Block a user