mirror of https://github.com/ARMmbed/mbed-os.git
travis: Drop testing Python 3.5 and 3.6
A few libraries we depend on no longer support old versions of Python like 3.5 and 3.6. Remove testing for these old versions.pull/14780/head
parent
4c52ad9d3e
commit
b8388cd76e
12
.travis.yml
12
.travis.yml
|
|
@ -201,7 +201,7 @@ matrix:
|
||||||
name: "tools-py35"
|
name: "tools-py35"
|
||||||
env: NAME=tools-py3.5
|
env: NAME=tools-py3.5
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.7
|
||||||
install:
|
install:
|
||||||
# Install gcc
|
# Install gcc
|
||||||
- source_pkg gcc
|
- source_pkg gcc
|
||||||
|
|
@ -227,16 +227,6 @@ matrix:
|
||||||
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
|
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
|
||||||
- coverage html
|
- coverage html
|
||||||
|
|
||||||
- <<: *pytools-vm
|
|
||||||
name: "tools-py36"
|
|
||||||
env: NAME=tools-py3.6
|
|
||||||
python: 3.6
|
|
||||||
|
|
||||||
- <<: *pytools-vm
|
|
||||||
name: "tools-py37"
|
|
||||||
env: NAME=tools-py3.7
|
|
||||||
python: 3.7
|
|
||||||
|
|
||||||
- &extended-vm
|
- &extended-vm
|
||||||
stage: "Pin validation"
|
stage: "Pin validation"
|
||||||
name: "pinvalidate"
|
name: "pinvalidate"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue