mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 13:43:28 +03:00
Test new Travis CPUs on a single Python version each
This commit is contained in:
parent
f96763826c
commit
c10928bc3b
40
.travis.yml
40
.travis.yml
|
@ -6,43 +6,23 @@ notifications:
|
||||||
irc: "chat.freenode.net#pil"
|
irc: "chat.freenode.net#pil"
|
||||||
|
|
||||||
# Run fast lint first to get fast feedback.
|
# Run fast lint first to get fast feedback.
|
||||||
# Run slow PyPy next, to give it a headstart and reduce waiting time.
|
# Run slower CPUs next, to give them a headstart and reduce waiting time.
|
||||||
# Run latest 3.x next, to get quick compatibility results.
|
# Then run the remainder, with fastest Docker jobs last.
|
||||||
# Then run the remainder.
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- python: "3.8"
|
|
||||||
arch: arm64
|
|
||||||
- python: "3.7"
|
|
||||||
arch: arm64
|
|
||||||
- python: "3.6"
|
|
||||||
arch: arm64
|
|
||||||
- python: "3.5"
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
- python: "3.8"
|
|
||||||
arch: ppc64le
|
|
||||||
- python: "3.7"
|
|
||||||
arch: ppc64le
|
|
||||||
- python: "3.6"
|
|
||||||
arch: ppc64le
|
|
||||||
- python: "3.5"
|
|
||||||
arch: ppc64le
|
|
||||||
|
|
||||||
- python: "3.8"
|
|
||||||
arch: s390x
|
|
||||||
- python: "3.7"
|
|
||||||
arch: s390x
|
|
||||||
- python: "3.6"
|
|
||||||
arch: s390x
|
|
||||||
- python: "3.5"
|
|
||||||
arch: s390x
|
|
||||||
|
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
name: "Lint"
|
name: "Lint"
|
||||||
env: LINT="true"
|
env: LINT="true"
|
||||||
|
|
||||||
|
- python: "3.6"
|
||||||
|
arch: arm64
|
||||||
|
- python: "3.7"
|
||||||
|
arch: ppc64le
|
||||||
|
- python: "3.5"
|
||||||
|
arch: s390x
|
||||||
|
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
name: "PyPy3 Xenial"
|
name: "PyPy3 Xenial"
|
||||||
- python: "3.8"
|
- python: "3.8"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user