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 3d86359

Browse filesBrowse files
committed
build for py3.5 on osx is ok -> enable original build matrix
1 parent 1cd2823 commit 3d86359
Copy full SHA for 3d86359

File tree

1 file changed

+55
-0
lines changed
Filter options

1 file changed

+55
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+55Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,63 @@ matrix:
2626
include:
2727
- os: osx
2828
language: generic
29+
env:
30+
- MB_PYTHON_VERSION=2.7
31+
- os: osx
32+
language: generic
33+
env:
34+
- MB_PYTHON_VERSION=3.4
35+
- os: osx
36+
language: generic
37+
env:
38+
- MB_PYTHON_VERSION=3.5
39+
- os: linux
40+
env:
41+
- MB_PYTHON_VERSION=2.7
42+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
43+
- os: linux
44+
env:
45+
- MB_PYTHON_VERSION=2.7
46+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
47+
- UNICODE_WIDTH=16
48+
- os: linux
49+
env:
50+
- MB_PYTHON_VERSION=2.7
51+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
52+
- PLAT=i686
53+
- os: linux
54+
env:
55+
- MB_PYTHON_VERSION=2.7
56+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
57+
- PLAT=i686
58+
- UNICODE_WIDTH=16
59+
- os: linux
60+
env:
61+
- MB_PYTHON_VERSION=3.3
62+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
63+
- os: linux
64+
env:
65+
- MB_PYTHON_VERSION=3.3
66+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
67+
- PLAT=i686
68+
- os: linux
69+
env:
70+
- MB_PYTHON_VERSION=3.4
71+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
72+
- os: linux
73+
env:
74+
- MB_PYTHON_VERSION=3.4
75+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
76+
- PLAT=i686
77+
- os: linux
78+
env:
79+
- MB_PYTHON_VERSION=3.5
80+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
81+
- os: linux
2982
env:
3083
- MB_PYTHON_VERSION=3.5
84+
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
85+
- PLAT=i686
3186

3287
before_install:
3388
- 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.