Skip to content

Commit 2bec3ee

Browse files
authored
Merge pull request #14745 from 0xc0170/mbed-os-5.15-travis-2.7-remove
mbed-os-5.15: remove python 2.7 tests from travis
2 parents 071c1b5 + e2533ff commit 2bec3ee

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ matrix:
147147
### Python Tests ###
148148
- &pytools-vm
149149
stage: "Pytest"
150-
name: "tools-py27"
151-
env: NAME=tools-py2.7
150+
name: "tools-py35"
151+
env: NAME=tools-py3.5
152152
language: python
153-
python: 2.7
153+
python: 3.5
154154
install:
155155
# Install gcc
156156
- source_pkg gcc
@@ -177,11 +177,6 @@ matrix:
177177
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
178178
- coverage html
179179

180-
- <<: *pytools-vm
181-
name: "tools-py35"
182-
env: NAME=tools-py3.5
183-
python: 3.5
184-
185180
- <<: *pytools-vm
186181
name: "tools-py36"
187182
env: NAME=tools-py3.6

0 commit comments

Comments
 (0)