Skip to content

Commit

Permalink
Run coverage when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Mar 19, 2015
1 parent 5abe2a7 commit 89234bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
- "pip install coveralls"
- "python setup.py install"
script:
- "py.test vumi_twilio_api"
- "coverage run --source=vumi_twilio_api `which py.test` vumi_twilio_api"
after_success:
- coveralls

0 comments on commit 89234bc

Please sign in to comment.