mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Added Linux PyPy
This commit is contained in:
parent
1f33c25576
commit
57aa99b962
14
.travis.yml
14
.travis.yml
|
@ -84,6 +84,13 @@ jobs:
|
|||
- MB_PYTHON_VERSION=3.8
|
||||
- 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"
|
||||
os: osx
|
||||
osx_image: xcode9.3
|
||||
|
@ -160,6 +167,13 @@ jobs:
|
|||
- PLAT=i686
|
||||
- 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:
|
||||
- source multibuild/common_utils.sh
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e5e9d189cef7b924b1dc2bfb1afbcaa2c0a300f7
|
||||
Subproject commit 51ce9e3b8558a0c2e6a557d524e08d985368a5a7
|
Loading…
Reference in New Issue
Block a user