Migrate from Travis CI to GitHub Actions?
Looking at https://travis-ci.org/github/gotcha/ipdb, we see the banner from Travis CI:
Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.
and also, the last build ran "about a year ago" which matches the timing of when travis-ci.org stopped working.
I saw in https://github.com/gotcha/ipdb/pull/208#issuecomment-788830883 that there's a plan to move from Travis CI to GitHub Actions, but looks like the move hasn't happened yet.
If you're interested, you can use a GitHub template for Python project testing or take a look at my simple config as a starting point and add the additional Python versions and test / coverage commands you have in your .travis.yml. Let me know if you have questions or need help with this.
Note that you'll have to first enable GitHub Actions for this repository before starting to use it.
PR welcome ;-)
Done in ed364d4c190058196f3a66600f3970f44b0ef55b