matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.27k stars 275 forks source link

Switch to GitHub Actions #536

Closed jaap3 closed 2 years ago

jaap3 commented 2 years ago

Use GitHub Actions instead of Travis.

I've tested this workflow here: https://github.com/leukeleu/django-imagekit/pull/1

I was unable to get the workflow working with the original set of Python/Django versions. Luckily the tests still pass when using actually supported versions of Python (except 3.10) and Django (except main).

This should help with further efforts to modernizing this codebase.

vstoykov commented 2 years ago

Thank you verry mutch!