Skip to content

Commit

Permalink
run coveralls after py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Jun 4, 2017
1 parent c10fb77 commit e6c8022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ python:
install:
- pip install -e .[test]
script: py.test
after_success:
- coveralls

0 comments on commit e6c8022

Please sign in to comment.