Skip to content

Commit

Permalink
Add coveralls to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Oct 10, 2017
1 parent 665c2f7 commit e843452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ python:
# - 'pypy'
# - 'pypy3'
install:
- pip install coveralls
- pip install -e .
script:
- pytest
after_success:
- coveralls

0 comments on commit e843452

Please sign in to comment.