提交 98749038 编写于 作者: O Olli-Pekka Heinisuo

fix yaml syntax

上级 6db14a00
...@@ -28,7 +28,7 @@ matrix: ...@@ -28,7 +28,7 @@ matrix:
- python: 3.5 - python: 3.5
include: include:
# # default builds for MacOS # default builds for MacOS
- os: osx - os: osx
language: generic language: generic
osx_image: xcode8.2 osx_image: xcode8.2
...@@ -54,13 +54,13 @@ matrix: ...@@ -54,13 +54,13 @@ matrix:
- MB_PYTHON_VERSION=3.6 - MB_PYTHON_VERSION=3.6
- ENABLE_CONTRIB=0 - ENABLE_CONTRIB=0
# # Contrib builds for MacOS # Contrib builds for MacOS
- os: osx - os: osx
language: generic language: generic
osx_image: xcode8.2 osx_image: xcode8.2
env: env:
- MB_PYTHON_VERSION=2.7 - MB_PYTHON_VERSION=2.7
- ENABLE_CONTRIB=1 - ENABLE_CONTRIB=1
- os: osx - os: osx
language: generic language: generic
osx_image: xcode8.2 osx_image: xcode8.2
...@@ -80,7 +80,7 @@ matrix: ...@@ -80,7 +80,7 @@ matrix:
- MB_PYTHON_VERSION=3.6 - MB_PYTHON_VERSION=3.6
- ENABLE_CONTRIB=1 - ENABLE_CONTRIB=1
# # default builds for Linux # default builds for Linux
- os: linux - os: linux
env: env:
- MB_PYTHON_VERSION=2.7 - MB_PYTHON_VERSION=2.7
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册