Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python build #407

Merged
merged 7 commits into from
Aug 11, 2016
Merged

Fix python build #407

merged 7 commits into from
Aug 11, 2016

Conversation

anthrotype
Copy link
Member

We need to source the virtual environment at the script and after_success stages inside.travis.sh script.

We can build and deploy only OSX wheels for now, but I will work on adding manylinux1 support 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.

Cosimo Lupo added 5 commits August 10, 2016 18:05
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.
I need to use 'source' command to activate the python virtual environment,
but apparently that is not available on Ubuntu's default /bin/sh
@anthrotype
Copy link
Member Author

should be good to merge now.

@eustas eustas merged commit 2e0d321 into google:master Aug 11, 2016
@nemequ
Copy link
Contributor

nemequ commented Aug 11, 2016

Sorry, I guess I screwed this up when I added the CMake builds :(

Regarding "source $file", the standard version is ". $file". Doesn't really matter if .travis.sh since that's only supposed to run on Travis, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants