-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
The most current version of pvlib for Mac OS on anaconda is v0.4.5, even though the most current version for Windows and Linux is v0.5.1 (see https://anaconda.org/pvlib/pvlib) - I assume this is because no one who has sufficient priviledges on Anaconda has a Mac OS.
However, Travis-CI will built, test, and deploy on both Linux and Anaconda. Therefore adding these lines:
os:
- linux
- osx
will test both according to Travis-CI docs - should we try it?