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:
Hugo 2014-09-23 10:59:03 +03:00
parent 925cea3780
commit c0582c2ef2

View File

@ -5,15 +5,18 @@ notifications:
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:
- "pypy"
- "pypy3"
- 2.6
- 3.4
- 2.7
- 2.6
- "2.7_with_system_site_packages" # For PyQt4
- 3.2
- 3.3
- 3.4
install:
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"