mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Run slow PyPy* first, so other jobs aren't queued behind them. Run latest 3.x and 2.x next, to get quick compatibility results.
This commit is contained in:
parent
925cea3780
commit
c0582c2ef2
|
@ -5,15 +5,18 @@ notifications:
|
||||||
|
|
||||||
env: MAX_CONCURRENCY=4
|
env: MAX_CONCURRENCY=4
|
||||||
|
|
||||||
|
# Run slow PyPy* first, so other jobs aren't queued behind them.
|
||||||
|
# Run latest 3.x and 2.x next, to get quick compatibility results.
|
||||||
|
# Then run the remainder.
|
||||||
python:
|
python:
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
- 2.6
|
- 3.4
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 2.6
|
||||||
- "2.7_with_system_site_packages" # For PyQt4
|
- "2.7_with_system_site_packages" # For PyQt4
|
||||||
- 3.2
|
- 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
- 3.4
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user