Added Linux PyPy

This commit is contained in:
Andrew Murray 2020-06-27 09:13:53 +10:00
parent 1f33c25576
commit 57aa99b962
2 changed files with 15 additions and 1 deletions

View File

@ -84,6 +84,13 @@ jobs:
- MB_PYTHON_VERSION=3.8 - MB_PYTHON_VERSION=3.8
- PLAT=i686 - PLAT=i686
- name: "3.6 Xenial 64-bit PyPy"
os: linux
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2010
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- name: "3.5 macOS latest" - name: "3.5 macOS latest"
os: osx os: osx
osx_image: xcode9.3 osx_image: xcode9.3
@ -160,6 +167,13 @@ jobs:
- PLAT=i686 - PLAT=i686
- LATEST="true" - LATEST="true"
- name: "3.6 Xenial 64-bit PyPy latest"
os: linux
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2010
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- LATEST="true"
before_install: before_install:
- source multibuild/common_utils.sh - source multibuild/common_utils.sh

@ -1 +1 @@
Subproject commit e5e9d189cef7b924b1dc2bfb1afbcaa2c0a300f7 Subproject commit 51ce9e3b8558a0c2e6a557d524e08d985368a5a7