mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #407] [MERGED] Fix python build #1016
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/407
Author: @anthrotype
Created: 8/10/2016
Status: ✅ Merged
Merged: 8/11/2016
Merged by: @eustas
Base:
master← Head:fix-python-build📝 Commits (7)
a5bf2c0.travis.sh: activate virtualenv before calling python or pip commandse944f1c.travis.yml: update Python versions2dc2ac7.travis.sh: explicitly use 'bash' shell instead of generic 'sh'18dfca9.travis.sh: only build wheels on OSX13b8e7f.travis.yml: only deploy OSX wheels52cb947.travis.sh: skip source venv on linux11dc16b.travis.yml: fix wheel deploy 'condition' (use '&&', not '||')📊 Changes
2 files changed (+16 additions, -16 deletions)
View changed files
📝
.travis.sh(+11 -3)📝
.travis.yml(+5 -13)📄 Description
We need to source the virtual environment at the
scriptandafter_successstages inside.travis.shscript.We can build and deploy only OSX wheels for now, but I will work on adding
manylinux1support later.There's no need to build wheels using homebrew python (64bit only), as the wheels produced by Mac Python (from Python.org) are "universal", so they will work on homebrew python as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.