Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Use Travis CI and Coveralls #35

Closed Wtower closed 8 years ago

Wtower commented 8 years ago

Utilise Travis CI with Django (see post) for automatic tests and a nifty build/coverage badge like this one. This will help with Django Guardian too.

Utilise Coveralls as well.

Other nice badges: Python v3, manual coverage 100%.

Wtower commented 8 years ago

https://github.com/dyve/django-bootstrap3/blob/develop/.travis.yml

http://docs.travis-ci.com/user/languages/python/

https://github.com/coagulant/coveralls-python

Fix #45 issues before travis builds with success, coveralls requires this too.