Skip to content

Commit

Permalink
[Chore #137774993] Added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JUDY NJAGI authored and Judy Njangi committed Jan 19, 2017
1 parent e64b5d0 commit 0137261
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ dependencies:

override:
- pip install -r requirements.txt
- pip install coveralls

test:
pre:
- ./manage.py test
- python manage.py collectstatic --no-input
override:
- coverage run --omit=*/tests/* --source=hc ./manage.py test --no-input
post:
- coveralls

0 comments on commit 0137261

Please sign in to comment.