[Travis] Disable pypy3 until Travis updates it to >= 3.3

This commit is contained in:
Behdad Esfahbod 2015-08-24 11:47:21 +01:00
parent 89f0c0ce7f
commit a3f3da4aa9

View File

@ -4,7 +4,7 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "pypy" - "pypy"
- "pypy3" # - "pypy3" # Disable pypy3 until Travis updates it to >= 3.3
before_install: before_install:
# install GCC v4.8 with better C++11 support, required to build Brotli extension # install GCC v4.8 with better C++11 support, required to build Brotli extension
# See: https://github.com/travis-ci/travis-ci/issues/1379 # See: https://github.com/travis-ci/travis-ci/issues/1379