pypy tests are 2-3x slower than py2/3 so run them first so we're not sitting at the end waiting for the final job to finish. Makes better use of the parallel job-runners.

This commit is contained in:
hugovk 2014-04-18 13:02:45 +03:00
parent e0989286b2
commit cf3050140f

View File

@ -8,11 +8,11 @@ notifications:
irc: "chat.freenode.net#pil"
python:
- "pypy"
- 2.6
- 2.7
- 3.2
- 3.3
- "pypy"
install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"