Adding Python 3.6 test; adding failure flexibility on Python 3.7, 3.8
This commit is contained in:
parent
a47e5418ca
commit
ddd02de3b1
1 changed files with 12 additions and 4 deletions
16
.travis.yml
16
.travis.yml
|
@ -48,11 +48,14 @@ jobs:
|
||||||
- language: php
|
- language: php
|
||||||
php: 5.6
|
php: 5.6
|
||||||
stage: test
|
stage: test
|
||||||
|
# - language: python
|
||||||
|
# python: 3.8
|
||||||
|
# stage: test
|
||||||
|
# - language: python
|
||||||
|
# python: 3.7
|
||||||
|
# stage: test
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.8
|
python: 3.6
|
||||||
stage: test
|
|
||||||
- language: python
|
|
||||||
python: 3.7
|
|
||||||
stage: test
|
stage: test
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
|
@ -77,6 +80,11 @@ jobs:
|
||||||
php: 7.3
|
php: 7.3
|
||||||
- language: php
|
- language: php
|
||||||
php: 7.2
|
php: 7.2
|
||||||
|
# Ubuntu Bionic cloud image uses Python 3.6.9
|
||||||
|
- language: python
|
||||||
|
python: 3.8
|
||||||
|
- language: python
|
||||||
|
python: 3.7
|
||||||
# https://github.com/LibreTime/libretime/issues/1041
|
# https://github.com/LibreTime/libretime/issues/1041
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue