eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
166 stars 86 forks source link

add gitlab ci file #296

Closed calum-chamberlain closed 5 years ago

calum-chamberlain commented 5 years ago

Closes #226

This PR adds a gitlab-ci.yml file to configure running tests using gitlab ci. I still need to configure runners for this.

To do:

Why was it initiated? Any relevant Issues?

Moving forwards I want to be able to test larger runs to ensure that no issues crop up with them. I'm also keen to start work using dask to parallel chunks, which will require a larger machine to test.

The plan is that gitlab will allow us to run big tests when needed, preferably with some kind of trigger. It will probably only run the big tests.

PR Checklist