Skip to content

Commit

Permalink
move pypy3 build to linux, PyPy 7.3 arm64 is not a CentOS-compatible …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
mattip committed Jan 22, 2020
1 parent 04a8471 commit 5a0ae03
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ matrix:
env:
- TEST_BUILDS=1
- USE_CCACHE=1
# Build with pypy3
- os: linux
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2014
- TEST_BUILDS=1
# OSX builds
- os: osx
env:
Expand Down Expand Up @@ -187,13 +193,6 @@ matrix:
- MB_ML_VER=2014
- TEST_BUILDS=1
- PLAT=aarch64
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2014
- TEST_BUILDS=1
- PLAT=aarch64
# s390x builds
- os: linux
arch: s390x
Expand Down

0 comments on commit 5a0ae03

Please sign in to comment.