fatiando / rockhound

NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Replace Travis and Azure with GitHub Actions #94

Closed santisoler closed 2 years ago

santisoler commented 3 years ago

Remove TravisCI and Azure configuration files. Add GitHub Actions workflows for running the full test suite, building the docs, check styling and deployment. Downloaded data is cached so we don't hit the servers on every run. Restore old docs/Makefile and remove commited gallery files. Replace Travis and Azure badges on README.rst for a GitHub Actions badge. Simplify how minimal tests (a.k.a availability tests) are run. Tests are carried out on an Ubuntu machine with Python 3.7: there's no point of running our simple tests on every possible setup.

Reminders:

Reminders for Maintainers: