-
Notifications
You must be signed in to change notification settings - Fork 43
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 macOS jobs to Travis CI and switch linux to xenial #40
Add macOS jobs to Travis CI and switch linux to xenial #40
Conversation
it should work once the issue with curl is fixed |
Ah, I just forgot to copy-paste env var |
b5c2d6e
to
4b04e05
Compare
842508f
to
cec4e4b
Compare
cec4e4b
to
b255e73
Compare
@amol- it started failing in my fork for unknown reason. I thought it was caching issue but maybe it's not. I suggest not merging it blindly for now. I may have time to check it out in a week |
It's the Python install. It's missing the |
I applied the required changes in https://github.com/amol-/dukpy/pull/41 and the builds properly passed: https://travis-ci.org/amol-/dukpy/builds/483105972 |
Oh great! Thanks for sharing that step :) |
Now, the only thing left is adding jobs which would generate macOS-specific dists... I have some this well-implemented in https://github.com/aio-libs/multidict/blob/cec36b0/setup.py#L127-L213 + https://github.com/aio-libs/multidict/blob/cec36b0/tox.ini#L123-L131 |
No description provided.