onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

This migrates the CMS to run through CircleCI as well as TravisCI #159

Closed AidanCurrah closed 5 years ago

AidanCurrah commented 5 years ago

There's also the option to just remove the travis config as well with this commit

lewiscollard commented 5 years ago

I see it removes Python 3.5 support. I know this was because of Circle build issues, but I absolutely don't mind this - I don't think we have any real-world deployments under 3.5 and if we keep Travis around it'll still build under 3.5 anyway.

Does anyone object? I don't.

lewiscollard commented 5 years ago

By the way, can you add a build badge to README.rst?