aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosimo Lupo <cosimo.lupo@daltonmaag.com>2016-08-10 18:12:36 +0100
committerCosimo Lupo <cosimo.lupo@daltonmaag.com>2016-08-10 18:12:36 +0100
commite944f1c92bcf9273b9708db28397bdf31a44a35c (patch)
tree4a511be9bb8aedaa8e0f2c805e1da52014d19047 /.travis.yml
parenta5bf2c0bddca00d22c63ff2992539262997ff247 (diff)
downloadbrotli-e944f1c92bcf9273b9708db28397bdf31a44a35c.zip
brotli-e944f1c92bcf9273b9708db28397bdf31a44a35c.tar.gz
brotli-e944f1c92bcf9273b9708db28397bdf31a44a35c.tar.bz2
.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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 48bca71..8697469 100644
--- a/.travis.yml
+++ b/.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