-
Notifications
You must be signed in to change notification settings - Fork 96
Dhermes travis pypi #114
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
Dhermes travis pypi #114
Conversation
Travis config will deploy to PyPI on a new tag.
…on-matlab-bridge into dhermes-travis-pypi
Hmm. Apparently not: https://travis-ci.org/arokem/python-matlab-bridge/builds/48195292 Any ideas? |
I suppose we need to add a do nothing script. My bad. How about something like this (added to script:
- true If you have unit tests you'd like to run you could add a section for that as well. |
That would require matlab... On Sat, Jan 24, 2015 at 2:50 PM, Danny Hermes notifications@github.com
|
Haha yes I thought about this a bit. Doesn't seem to be worth the effort. |
You could maybe run the tests under Octave (set USE_OCTAVE=1 environment
|
It would probably be trickier than that actually. I'll look into myself
|
I'll merge this one for now. I think that we should put out a new release/tag soon anyway, so we will get to try this out! |
@dhermes - how does this look to you?
If you think this is ready to go, I will merge it.
Then, we can close #113