Switching to GitHub Actions
I am grateful to Travis CI for providing many years of free CI service to all of my FOSS projects. However the free lunch is over and I don’t want to constantly ask for free build credits by email (the first 10,000 ran out in 10 days).
I’ve chosen to migrate to GitHub Actions. There are already helpful resources about this:
Python in GitHub Actions by Hynek Schlawack The GitHub workflow template used by Zope Foundation projects The official documentation In fact part of the difficulty with the migration is that there’s too much documentation available!