Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge Callek/build-relengapi:coveralls (PR #158)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 10, 2014
2 parents f095637 + 6c2b3a6 commit 5049edb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ env:
install:
- "pip install -e .[test]"
- "pip install coverage"
- "pip install coveralls"
- "pip freeze"

# run everything in a single script, so we get a nice summary at the end
script:
- bash ./validate.sh

after_success:
- coveralls --rcfile coveragerc

0 comments on commit 5049edb

Please sign in to comment.