mirror of https://github.com/ARMmbed/mbed-os.git
Enabled Py3.{5,6,7} in Travis CI
parent
533dcf36ff
commit
d582451469
18
.travis.yml
18
.travis.yml
|
|
@ -152,13 +152,17 @@ matrix:
|
||||||
# Report success since we have overridden default behavior
|
# Report success since we have overridden default behavior
|
||||||
- bash -c "$STATUS" success "Local $NAME testing has passed"
|
- bash -c "$STATUS" success "Local $NAME testing has passed"
|
||||||
|
|
||||||
# - <<: *tools-pytest
|
- <<: *tools-pytest
|
||||||
# env: NAME=tools-py3.5
|
env: NAME=tools-py3.5
|
||||||
# python: 3.5
|
python: 3.5
|
||||||
#
|
|
||||||
# - <<: *tools-pytest
|
- <<: *tools-pytest
|
||||||
# env: NAME=tools-py3.6
|
env: NAME=tools-py3.6
|
||||||
# python: 3.6
|
python: 3.6
|
||||||
|
|
||||||
|
- <<: *tools-pytest
|
||||||
|
env: NAME=tools-py3.7
|
||||||
|
python: 3.7
|
||||||
|
|
||||||
- env:
|
- env:
|
||||||
- NAME=astyle
|
- NAME=astyle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue