Skip to content

Commit

Permalink
Get Travis to report coverage to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Sep 8, 2016
1 parent a9aa822 commit f278735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ install:
- "pip install -r tests_requirements.txt"
- "python setup.py install"
script:
- "python runtests.py"
- "coverage run --source=popolo runtests.py"
after_script:
- coveralls --verbose
1 change: 1 addition & 0 deletions tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Django
fake-factory==0.3.2
django-model-utils
mock==2.0.0
coveralls

0 comments on commit f278735

Please sign in to comment.