Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0065156

Browse files
committed
add more wheels
1 parent 0e39420 commit 0065156

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

.travis.yml

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,48 @@ jobs:
7575
env:
7676
- MB_PYTHON_VERSION=3.8
7777
- MB_PYTHON_OSX_VER=10.9
78-
78+
- os: linux
79+
arch: arm64
80+
env:
81+
- PLAT=aarch64
82+
- INTERFACE64=1
83+
- MB_ML_VER=2014
84+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
85+
- os: linux
86+
arch: s390x
87+
env:
88+
- PLAT=s390x
89+
- INTERFACE64=1
90+
- MB_ML_VER=2014
91+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
92+
- os: linux
93+
arch: ppc64le
94+
env:
95+
- PLAT=ppc64le
96+
- INTERFACE64=1
97+
- MB_ML_VER=2014
98+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
99+
- os: linux
100+
env:
101+
- MB_PYTHON_VERSION=pypy3.6-7.3
102+
- MB_ML_VER=2014
103+
- INTERFACE64=1
104+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
105+
- os: linux
106+
env:
107+
- MB_PYTHON_VERSION=pypy3.6-7.3
108+
- MB_ML_VER=2014
109+
- INTERFACE64=1
110+
- PLAT=i686
111+
- ENV_VARS_PATH=env_vars_32.sh
112+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
113+
- os: osx
114+
language: generic
115+
osx_image: xcode10.1
116+
env:
117+
- MB_PYTHON_VERSION=pypy3.6-7.3
118+
- MB_PYTHON_OSX_VER=10.9
119+
79120
before_install:
80121
- if [ "$TRAVIS_BRANCH" == "master" ]; then
81122
CONTAINER="pre-release";

0 commit comments

Comments
 (0)