Closed michael-k closed 2 years ago
Yes, this project needs to switch to github actions.
I've done this with a few other projects. I'm a bit short of time right now to do it right now. I'd take a MR that adapts the approach in https://github.com/etianen/django-reversion/ to this project.
The project is now tested using GitHub actions, and tests against Django 3.2
@etianen I'm guessing that this PR is held up due to changes to Travis CI (it's no longer building), thoughts on switching over to GH actions? It's a non-trivial amount of work to set it up but could use other projects who have already made the switch for most of the boilerplate (eg. https://github.com/jazzband/django-pipeline/pull/738 )
Would be nice to test this against Django's
main
branch as well to flag up future compatibility issues sooner