Test new Travis CPUs on a single Python version each

This commit is contained in:
Hugo 2020-01-06 23:26:51 +02:00
parent f96763826c
commit c10928bc3b

View File

@ -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"