-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add building of native wheels on TravisCI #170
Conversation
- ${PIP} install cibuildwheel==0.10.2 | ||
script: | ||
- cibuildwheel --output-dir dist | ||
- name: pypy3.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manylinux
does not yet have support for PyPy pypa/manylinux#38
Awesome! I'll have a look in the coming days. |
Good afternoon. Just wanted to see if you had a chance to look at the PR. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delayed feedback!
I just have one question regarding the pip versions. It may be perfectly fine.
Apart from that, looks good!
I think I've addressed the comment about |
That would be on a new tag with this merge included. |
Thanks! |
This addresses building of native wheels for #88
Sorry for such convoluted handling of
osx
due to TravisCI not having first class support forpython
onosx
(travis-ci/travis-ci#9929).Upload to be added.