Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8895bb4

Browse files
committed
Build manulinux1 along manulinux2010, install only few header-based libraries for manylinux1
1 parent 6e448b6 commit 8895bb4

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

.travis.yml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,73 @@ matrix:
3535
# Exclude the default Python 3.5 build
3636
- python: 3.5
3737
include:
38+
# Manylinux1
39+
- os: linux
40+
env:
41+
- MB_PYTHON_VERSION=2.7
42+
- MB_ML_VER=1
43+
- os: linux
44+
env:
45+
- MB_PYTHON_VERSION=2.7
46+
- UNICODE_WIDTH=16
47+
- MB_ML_VER=1
48+
- os: linux
49+
env:
50+
- MB_PYTHON_VERSION=2.7
51+
- PLAT=i686
52+
- MB_ML_VER=1
53+
- os: linux
54+
env:
55+
- MB_PYTHON_VERSION=2.7
56+
- PLAT=i686
57+
- UNICODE_WIDTH=16
58+
- MB_ML_VER=1
59+
- os: linux
60+
env:
61+
- MB_PYTHON_VERSION=3.4
62+
- MB_ML_VER=1
63+
- os: linux
64+
env:
65+
- MB_PYTHON_VERSION=3.4
66+
- PLAT=i686
67+
- MB_ML_VER=1
68+
- os: linux
69+
env:
70+
- MB_PYTHON_VERSION=3.5
71+
- MB_ML_VER=1
72+
- os: linux
73+
env:
74+
- MB_PYTHON_VERSION=3.5
75+
- PLAT=i686
76+
- MB_ML_VER=1
77+
- os: linux
78+
env:
79+
- MB_PYTHON_VERSION=3.6
80+
- MB_ML_VER=1
81+
- os: linux
82+
env:
83+
- MB_PYTHON_VERSION=3.6
84+
- PLAT=i686
85+
- MB_ML_VER=1
86+
- os: linux
87+
env:
88+
- MB_PYTHON_VERSION=3.7
89+
- MB_ML_VER=1
90+
- os: linux
91+
env:
92+
- MB_PYTHON_VERSION=3.7
93+
- PLAT=i686
94+
- MB_ML_VER=1
95+
- os: linux
96+
env:
97+
- MB_PYTHON_VERSION=3.8
98+
- MB_ML_VER=1
99+
- os: linux
100+
env:
101+
- MB_PYTHON_VERSION=3.8
102+
- PLAT=i686
103+
- MB_ML_VER=1
104+
# Manylinux2010 (default)
38105
- os: linux
39106
env: MB_PYTHON_VERSION=2.7
40107
- os: linux
@@ -85,6 +152,7 @@ matrix:
85152
env:
86153
- MB_PYTHON_VERSION=3.8
87154
- PLAT=i686
155+
# macOS wheels
88156
- os: osx
89157
language: generic
90158
env:

0 commit comments

Comments
 (0)