geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

Add GitHub actions ci #570

Closed cehbrecht closed 3 years ago

cehbrecht commented 3 years ago

Overview

This PR adds GitHub actions CI and skips Travis CI:

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 3 years ago

Looks good. Were you thinking of adding the after_success steps here as well?

For now I just wanted to have a working CI :smile: before I do the backport from the master branch. We can improve the CI workflow later.