Skip to content

Commit

Permalink
adds coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmolparia committed Aug 19, 2016
1 parent 8076288 commit c9df3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ python:
install: "pip install -r dev_requirements.txt && pip install -r requirements.txt"

script: ./manage.py test

after_success: coveralls
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ nose==1.3.7
django-debug-toolbar
sure
django-nose
python-coveralls

0 comments on commit c9df3f5

Please sign in to comment.