mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
update multibuild, add more wheels
This commit is contained in:
parent
3f94666e0e
commit
c7991158b6
24
.travis.yml
24
.travis.yml
|
@ -189,6 +189,28 @@ jobs:
|
|||
- MB_ML_VER=2010
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
- os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.6
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.7
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
|
||||
|
||||
before_install:
|
||||
- source multibuild/common_utils.sh
|
||||
|
@ -212,4 +234,4 @@ after_success:
|
|||
${TRAVIS_BUILD_DIR}/wheelhouse/
|
||||
--no-update-index
|
||||
wheels;
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user