hzdg / django-enumfields

Real Python Enums for Django
Other
146 stars 59 forks source link

Migrate to new CI platform #130

Open johnthagen opened 2 years ago

johnthagen commented 2 years ago

If you navigate here: https://travis-ci.org/github/hzdg/django-enumfields

Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

Screenshot 2021-10-24 073717

This project will need to migrate to either travis-ci.com or GitHub Actions/Circle CI/etc.

Travis CI (.com) is no longer free for FOSS projects

I would personally recommend GitHub Actions. An example of how to set up GitHub Actions with tox:

akx commented 2 years ago

Good point. I've actually written a tool for Travis -> GHA migrations myself :-) https://akx.github.io/travis-to-github-actions/

johnthagen commented 2 years ago

Good point. I've actually written a tool for Travis -> GHA migrations myself :-)

That is really cool!

johnthagen commented 2 years ago

@akx Any updates on this?

akx commented 2 years ago

@johnthagen There's #131 now, it's pending on @hzdg.

johnthagen commented 1 year ago

https://github.com/akx/django-enumfields2 is a friendly fork that supports new Python and Django versions and has proper CI enabled.

Thanks @akx