From: Stefan Behnel Date: Tue, 6 Aug 2013 17:09:53 +0000 (+0200) Subject: disable PyPy build on travis - takes way too long X-Git-Tag: 0.20b1~419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=344e02422231c43a64f3d5ec5661bf4313c64264;p=platform%2Fupstream%2Fpython-cython.git disable PyPy build on travis - takes way too long --- diff --git a/.travis.yml b/.travis.yml index 712b07e..457764e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: - 2.7 - 3.2 - 3.3 - - pypy + +# - pypy branches: only: