Skip to content

Commit ecb3c8c

Browse files
authored
Merge pull request #9646 from ARMmbed/release-candidate
Release candidate for mbed-os-5.11.4
2 parents a8d1d26 + 33d779f commit ecb3c8c

File tree

841 files changed

+290441
-4592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

841 files changed

+290441
-4592
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,18 @@ matrix:
152152
# Report success since we have overridden default behavior
153153
- bash -c "$STATUS" success "Local $NAME testing has passed"
154154

155-
# - <<: *tools-pytest
156-
# env: NAME=tools-py3.5
157-
# python: 3.5
158-
#
159-
# - <<: *tools-pytest
160-
# env: NAME=tools-py3.6
161-
# python: 3.6
155+
- <<: *tools-pytest
156+
env: NAME=tools-py3.5
157+
python: 3.5
158+
159+
- <<: *tools-pytest
160+
env: NAME=tools-py3.6
161+
python: 3.6
162+
163+
- <<: *tools-pytest
164+
env: NAME=tools-py3.7
165+
python: 3.7
166+
dist: xenial
162167

163168
- env:
164169
- NAME=astyle

0 commit comments

Comments
 (0)