eqcorrscan / EQcorrscan

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

Add travis testing on Python 3.8 #404

Closed calum-chamberlain closed 4 years ago

calum-chamberlain commented 4 years ago

What does this PR do?

Add test-running for Python 3.8 prior to conda-forge building. This PR will be an attempt to fix some failing tests as well.

Why was it initiated? Any relevant Issues?

Anaconda defaults to Python 3.8 for new environments now, but EQcorrscan is not built for Python 3.8. We should build for 3.8, but we need to test first.