[Travis] Disable pypy3 until Travis updates it to >= 3.3
This commit is contained in:
parent
89f0c0ce7f
commit
a3f3da4aa9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user