pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Updates to travis env #25

Closed jklenzing closed 3 years ago

jklenzing commented 3 years ago

Looking over the logs, the last passing Travis-CI test was over 8 months ago. Tests running 7 months ago began failing. This PR is intended to fix that.

Based on problems identified at pysat/pysatNASA#25

jklenzing commented 3 years ago

Noting that tests pass locally using pytest. The problem is on the fortran integration at travis.

jklenzing commented 3 years ago

Note to self: turned off auto-build of PRs at Travis to cut down on testing time. Only push is currently built

jklenzing commented 3 years ago

Since the code is being deprecated, we have two options outside of fixing this here:

Thoughts? @rstoneback, @aburrell, @JonathonMSmith