Skip to content

Commit

Permalink
Merge pull request #14745 from 0xc0170/mbed-os-5.15-travis-2.7-remove
Browse files Browse the repository at this point in the history
mbed-os-5.15: remove python 2.7 tests from travis
  • Loading branch information
0xc0170 authored Jun 9, 2021
2 parents 071c1b5 + e2533ff commit 2bec3ee
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ matrix:
### Python Tests ###
- &pytools-vm
stage: "Pytest"
name: "tools-py27"
env: NAME=tools-py2.7
name: "tools-py35"
env: NAME=tools-py3.5
language: python
python: 2.7
python: 3.5
install:
# Install gcc
- source_pkg gcc
Expand All @@ -177,11 +177,6 @@ matrix:
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
- coverage html

- <<: *pytools-vm
name: "tools-py35"
env: NAME=tools-py3.5
python: 3.5

- <<: *pytools-vm
name: "tools-py36"
env: NAME=tools-py3.6
Expand Down

0 comments on commit 2bec3ee

Please sign in to comment.