Keep PyPy first, it's still a little slower

This commit is contained in:
hugovk 2014-05-14 08:47:13 +03:00
parent 41d3c386a9
commit 6ca9e9d703

View File

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