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

TravisCI #1

Open
wholmgren opened this issue Oct 22, 2015 · 4 comments
Open

TravisCI #1

wholmgren opened this issue Oct 22, 2015 · 4 comments
Milestone

Comments

@wholmgren
Copy link

I tried this:

https://travis-ci.org/MoonRaker/pvlib-python

and it seems that you were able to get TravisCI hooked up. Were you able to figure out from the logs that you’ll need to add netcdf to lines 28 and 29 of .travis.yml? Then add

conda install -c https://conda.anaconda.org/unidata siphon

below those lines. You could also build siphon from the master repo, potentially using pip and specifying the github url.

@MoonRaker
Copy link
Owner

I hadn't got around to reviewing the build logs yet but I see what you are referring to. I will make sure I get that fixed. I will probably try to use the github url since that has the latest commits.

@wholmgren
Copy link
Author

You'll want to rebase your fork on pvlib master since I changed the travis configuration pretty significantly.

@MoonRaker
Copy link
Owner

I rebased but now Travis crashes on the Python 3+ builds when trying to install scipy from pip...

@wholmgren
Copy link
Author

Let's not worry about 3.4 or 3.5 until netcdf/numpy/scipy are all better supported via conda. So, we can just comment out the python 3.4/3.5 builds in .travis.yml

@MoonRaker MoonRaker modified the milestone: someday Nov 24, 2015
MoonRaker pushed a commit that referenced this issue Jan 19, 2016
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

No branches or pull requests

2 participants