mirror of
https://github.com/google/brotli.git
synced 2024-11-22 11:40:06 +00:00
.travis.yml: update Python versions
Removed unnecessary builds for homebrew and system python. We only use the official Mac Python distributions from Python.org. The wheels compiled with those will work on both homebrew Python and the OSX built-in Python.
This commit is contained in:
parent
a5bf2c0bdd
commit
e944f1c92b
14
.travis.yml
14
.travis.yml
@ -159,19 +159,11 @@ matrix:
|
||||
## Python OS X builds
|
||||
###
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=system PYTHON_VERSION=2.7
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=2.7.12
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=2.7.10
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.4.4
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=homebrew PYTHON_VERSION=2.7.10
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.4.3
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=homebrew PYTHON_VERSION=3.4.3
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.5.0
|
||||
- os: osx
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=homebrew PYTHON_VERSION=3.5.0
|
||||
env: BUILD_SYSTEM=python INSTALL_TYPE=macpython PYTHON_VERSION=3.5.2
|
||||
|
||||
###
|
||||
## Sanitizers
|
||||
|
Loading…
Reference in New Issue
Block a user