pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Updated pysat branch used by Travis #14

Closed aburrell closed 3 years ago

aburrell commented 3 years ago

Updated Travis CI to use 3.0.0 RC branch of pysat. Addresses https://github.com/pysat/pysat/pull/676, and may be updated further once the pysat PR is closed.

jklenzing commented 3 years ago

Looks like we need to merge this in for the updates to test_instruments.py before other work can be done. Should we update to Github Actions here or save that for a separate pull? @aburrell?

aburrell commented 3 years ago

Either way is ok for me. Let's just not remove the doc tests from travis until they are also in GitHub actions.

jklenzing commented 3 years ago

@rstoneback, since this is holding up your branches, it's up to you.

rstoneback commented 3 years ago

I'm fine either way. I figured out there is still a bit more work on incorporating version into the filename to ensure there are no mixed data loads. Plus I'm guessing the xarray transition (separate pull) will take some time. I don't know how long the testing transition will take but I think I'll take longer :)

jklenzing commented 3 years ago

I've gone ahead and opened #20 as a replacement branch for this one. No docs yet, so documentation testing is not run here. However, a candidate workflow for doc testing is available in pysat/pysatSpaceWeather#47.

jklenzing commented 3 years ago

Closing since #20 is merged