From cf3050140f5c5284852bebf7701d0a208153b910 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 18 Apr 2014 13:02:45 +0300 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3af69464f..24cd5069b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"