GaretJax / django-click

Write Django management command using the click CLI library
MIT License
251 stars 20 forks source link

Move from Travis CI to Github Actions for CI #34

Closed joshuadavidthomas closed 2 years ago

joshuadavidthomas commented 3 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.