This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |