csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Use GitHub Actions for continous integration #39

Closed mdpiper closed 3 years ago

mdpiper commented 3 years ago

This PR replaces our current Travis CI workflow with GitHub Actions.

Features:

Windows is not tested--we already have a working solution with Appveyor. I'll add an issue recommending we fold the CI on Windows into Actions, as well.

mdpiper commented 3 years ago

For reference, our Travis CI workflow is preserved in the reference/ci-with-travis branch.