django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
828 stars 290 forks source link

Move from Travis CI to Github Actions for CI #452

Closed joshuadavidthomas closed 2 years ago

joshuadavidthomas commented 2 years ago

Since June earlier this year, Travis CI no longer supports free open source CI. If you look at the Travis builds, you can see they haven't been running since then.

Github Actions has become the defacto standard for CI for open source projects. This repository offers a good template for using a testing matrix against all the different versions of Python & Django this package needs to support.

benkonrath commented 2 years ago

Thanks for the nudge. I just merged a PR for this so you can see how it was solved. I used the version from django-contrib-comments as as starter which takes some of the boiler plate code away that was in the Travis config.

Fixed via https://github.com/django/django-localflavor/commit/2032f745369889f7fc15053d359ecf386aff4449