Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 397dafc

Browse filesBrowse files
committed
add Python 3.6 to the travis build matrix
1 parent 2140ead commit 397dafc
Copy full SHA for 397dafc

File tree

1 file changed

+13
-0
lines changed
Filter options

1 file changed

+13
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ matrix:
3939
language: generic
4040
env:
4141
- MB_PYTHON_VERSION=3.5
42+
- os: osx
43+
language: generic
44+
env:
45+
- MB_PYTHON_VERSION=3.6
4246
- os: linux
4347
env:
4448
- MB_PYTHON_VERSION=2.7
@@ -86,6 +90,15 @@ matrix:
8690
- MB_PYTHON_VERSION=3.5
8791
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
8892
- PLAT=i686
93+
- os: linux
94+
env:
95+
- MB_PYTHON_VERSION=3.6
96+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
97+
- os: linux
98+
env:
99+
- MB_PYTHON_VERSION=3.6
100+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
101+
- PLAT=i686
89102

90103
before_install:
91104
- source multibuild/common_utils.sh

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.