Skip to content

Commit

Permalink
travis: add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Nov 20, 2014
1 parent ec708ec commit 5a9d068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ install:
# Now install ourselves and the test requirements
- "pip install -r requirements.txt"
- "pip install -r tests/requirements.txt"

# Install coveralls support
- "pip install coveralls"
script:
- "python setup.py nosetests"
after_success:
- "coveralls"

0 comments on commit 5a9d068

Please sign in to comment.