Skip to content

Instantly share code, notes, and snippets.

@mapes911
mapes911 / integrating coveralls.io with circleci.com for a django project
Last active December 18, 2015 13:29
integrating coveralls.io with circleci.com for a django project
Notes on how to get coveralls.io to work with your django project build on circleci.com
1. Add your repo to the coveralls.io site.
2. Add coveralls-python to your requirements.txt
eg.
coveralls==0.2
3. Add an override and a post directive to your circle.yml file
eg.