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

Commit e8dc6ce

Browse files
authored
Merge pull request #72 from charris/try-multilinux2010
Use manylinux2010 instead of default manylinux1.
2 parents d6a7f21 + 4a61be6 commit e8dc6ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,29 @@ matrix:
3131
- os: linux
3232
env:
3333
- MB_PYTHON_VERSION=3.6
34+
- MB_ML_VER=2010
3435
- os: linux
3536
env:
3637
- MB_PYTHON_VERSION=3.6
38+
- MB_ML_VER=2010
3739
- PLAT=i686
3840
- os: linux
3941
env:
4042
- MB_PYTHON_VERSION=3.7
43+
- MB_ML_VER=2010
4144
- os: linux
4245
env:
4346
- MB_PYTHON_VERSION=3.7
47+
- MB_ML_VER=2010
4448
- PLAT=i686
4549
- os: linux
4650
env:
4751
- MB_PYTHON_VERSION=3.8
52+
- MB_ML_VER=2010
4853
- os: linux
4954
env:
5055
- MB_PYTHON_VERSION=3.8
56+
- MB_ML_VER=2010
5157
- PLAT=i686
5258
- os: osx
5359
language: generic

0 commit comments

Comments
 (0)