MoonRaker / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TravisCI #1

Open wholmgren opened 8 years ago

wholmgren commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

MoonRaker commented 8 years ago

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

wholmgren commented 8 years ago

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