mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
Merge pull request #182 from hugovk/rm-travis-latest
This commit is contained in:
commit
24a518bb51
43
.travis.yml
43
.travis.yml
|
@ -47,48 +47,6 @@ jobs:
|
||||||
- MB_PYTHON_VERSION=3.9
|
- MB_PYTHON_VERSION=3.9
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
|
||||||
- name: "3.6 Xenial aarch64 latest"
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
if: tag IS blank
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.6
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.7 Xenial aarch64 latest"
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
if: tag IS blank
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.7
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.8 Xenial aarch64 latest"
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
if: tag IS blank
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.8
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.9 Xenial aarch64 latest"
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
if: tag IS blank
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.9
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- LATEST="true"
|
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source multibuild/common_utils.sh
|
- source multibuild/common_utils.sh
|
||||||
- source multibuild/travis_steps.sh
|
- source multibuild/travis_steps.sh
|
||||||
|
@ -114,5 +72,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
condition: -z "$LATEST"
|
condition: -z "$LATEST"
|
||||||
repo: python-pillow/pillow-wheels
|
repo: python-pillow/pillow-wheels
|
||||||
tags: true
|
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user