charettes / django-colorful

Extension to the Django web framework that provides database and form color fields
https://pypi.python.org/pypi/django-colorful
MIT License
169 stars 58 forks source link

Support Django 3.2 #54

Closed allanlewis closed 3 years ago

allanlewis commented 3 years ago

This PR updates the tox and Travis configs to test against all supported Python and Django versions.

allanlewis commented 3 years ago

This repo's travis config needs updating: https://docs.travis-ci.com/user/migrate/open-source-repository-migration I'm testing this branch on my fork: allanlewis/django-colorful#1

charettes commented 3 years ago

Looks like tests passed on your branch, any idea why they didn't run on this PR?

charettes commented 3 years ago

nvm, figured out I needed to sign up for the beta and migrate repos.

charettes commented 3 years ago

Could you possibly push another commit to see if CI is properly set now. Maybe just amend your latest one and force push?

allanlewis commented 3 years ago

Done - I think you might need to select a "plan" in Travis.

Working 🎉

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 83b4ed2a7016374182b0850c9cea1d40156bd271 on allanlewis:django-3.2 into 6d0a8621bcc6f10d59aaaaa14b56da019dae0b0a on charettes:master.

charettes commented 3 years ago

Looks like we're good, thanks for the adjustments.

allanlewis commented 3 years ago

Thanks for the quick response!