8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2140ead commit 397dafcCopy full SHA for 397dafc
.travis.yml
@@ -39,6 +39,10 @@ matrix:
39
language: generic
40
env:
41
- MB_PYTHON_VERSION=3.5
42
+ - os: osx
43
+ language: generic
44
+ env:
45
+ - MB_PYTHON_VERSION=3.6
46
- os: linux
47
48
- MB_PYTHON_VERSION=2.7
@@ -86,6 +90,15 @@ matrix:
86
90
87
91
- DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
88
92
- PLAT=i686
93
+ - os: linux
94
95
96
+ - DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
97
98
99
100
+ - DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
101
+ - PLAT=i686
89
102
103
before_install:
104
- source multibuild/common_utils.sh
0 commit comments