mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Merge pull request #2466 from hugovk/run-faster-dockers-last
Run faster Dockers last so slower jobs don't hold up the build
This commit is contained in:
commit
bee6c2c800
10
.travis.yml
10
.travis.yml
|
@ -5,7 +5,7 @@ notifications:
|
||||||
|
|
||||||
# Run slow PyPy* first, to give them a headstart and reduce waiting time.
|
# Run slow PyPy* first, to give them a headstart and reduce waiting time.
|
||||||
# Run latest 3.x and 2.x next, to get quick compatibility results.
|
# Run latest 3.x and 2.x next, to get quick compatibility results.
|
||||||
# Then run the remainder.
|
# Then run the remainder, with fastest Docker jobs last.
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -14,16 +14,16 @@ matrix:
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
- python: '3.6'
|
- python: '3.6'
|
||||||
- python: '2.7'
|
- python: '2.7'
|
||||||
|
- python: "2.7_with_system_site_packages" # For PyQt4
|
||||||
|
- python: '3.5'
|
||||||
|
- python: '3.4'
|
||||||
|
- python: '3.3'
|
||||||
- env: DOCKER="alpine"
|
- env: DOCKER="alpine"
|
||||||
- env: DOCKER="arch" # contains PyQt5
|
- env: DOCKER="arch" # contains PyQt5
|
||||||
- env: DOCKER="ubuntu-trusty-x86"
|
- env: DOCKER="ubuntu-trusty-x86"
|
||||||
- env: DOCKER="ubuntu-xenial-amd64"
|
- env: DOCKER="ubuntu-xenial-amd64"
|
||||||
- env: DOCKER="ubuntu-precise-amd64"
|
- env: DOCKER="ubuntu-precise-amd64"
|
||||||
- env: DOCKER="debian-stretch-x86"
|
- env: DOCKER="debian-stretch-x86"
|
||||||
- python: "2.7_with_system_site_packages" # For PyQt4
|
|
||||||
- python: '3.5'
|
|
||||||
- python: '3.4'
|
|
||||||
- python: '3.3'
|
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user