cool-RR / PySnooper

Never use print for debugging again
MIT License
16.31k stars 954 forks source link

Fix the CI #246

Open cool-RR opened 1 year ago

cool-RR commented 1 year ago

We used to have Travis running tests automatically on PRs. It doesn't do that anymore. We should fix that.

tekktrik commented 6 months ago

I'm a big fan of CI issues and would love to help out here. Are you still planning to use Travis CI, or are you interested in moving to GitHub Actions? I'm more familiar with the later, but interested nonetheless - would just need some more info to get caught up!

cool-RR commented 6 months ago

Sure, feel free to take this and use GitHub Actions. Note that PySnooper is pretty mature and there isn't a lot of development happening on it anymore, so if you're taking on this issue, it's mostly for your own fun.

tekktrik commented 6 months ago

That sounds good, is there any specific tooling you want in the process? Otherwise I'll add from what I typically use, but want to make sure anything you previously were set up for gets included.

cool-RR commented 6 months ago

Your choice. As long as the tests get run.