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

Use manylinux2010 instead of default manylinux1. #72

Merged
merged 1 commit into from
Feb 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,29 @@ matrix:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- MB_ML_VER=2010
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- MB_ML_VER=2010
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- MB_ML_VER=2010
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- MB_ML_VER=2010
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- MB_ML_VER=2010
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- MB_ML_VER=2010
- PLAT=i686
- os: osx
language: generic
Expand Down