Skip to content

Commit

Permalink
Add coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cannon committed Jun 12, 2015
1 parent 11d26b9 commit 6e65748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ python:
- "nightly"
install:
- "pip install -r requirements.txt"
- "pip install coverage"
- "pip install coverage coveralls"
script: coverage run --source=highlander setup.py test
after_success:
coveralls

0 comments on commit 6e65748

Please sign in to comment.