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

Support for OSX builds #39

Closed
wants to merge 3 commits into from
Closed

Support for OSX builds #39

wants to merge 3 commits into from

Conversation

amol-
Copy link
Owner

@amol- amol- commented Jan 15, 2019

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.865% when pulling 4067c3b on osx-builds into 9e08bee on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.865% when pulling 4067c3b on osx-builds into 9e08bee on master.

group: edge
matrix:
include:
- os: linux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you do this? It's not needed, too much copy-paste

group: edge
dist: trusty
python: nightly
- os: osx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work out of the box.
Here's the best way to make it right: https://github.com/aio-libs/aiohttp/blob/1e74706/.travis.yml#L82-L108. There's another way which is to use pyenv but it's slow so I'm gradually replacing it with downloading installers from the official web site.

Copy link
Contributor

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be cleaner: https://github.com/amol-/dukpy/pull/40

@webknjaz
Copy link
Contributor

I've made https://github.com/amol-/dukpy/pull/40 run builds under macOS 10.13 with a shim for installing the selected Python interpreter and entering a virtualenv similar to GNU/Linux builds.

@amol- amol- closed this Jan 20, 2019
@amol- amol- deleted the osx-builds branch January 20, 2019 20:49
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.

None yet

3 participants