Replace Travis CI with GitHub Actions #820
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Travis CI has a new pricing model which places limits on open source.
Travis support has also become unresponsive to developers who have run out of free credits, and many projects are moving to GitHub Actions instead.
And https://github.com/pypa builds can not longer build:
This GHA config does much the same as the deleted Travis one. Two differences: tests with current newest Python 3.9 instead of 3.6; and adds caching of pip downloads, to try and help ease the load on PyPI, and speed up builds a bit.
Sample build: