ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Migrate from Travis CI to GitHub Actions?

Open mbrukman opened this issue 3 years ago • 1 comments

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.

mbrukman avatar Jul 08 '22 03:07 mbrukman

PR welcome ;-)

gotcha avatar Jul 25 '22 12:07 gotcha

Done in ed364d4c190058196f3a66600f3970f44b0ef55b

gotcha avatar Dec 13 '22 14:12 gotcha