Skip to content

Commit

Permalink
added coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jul 28, 2016
1 parent 01d5a96 commit 0d2e88d
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 @@ -21,6 +21,10 @@ env:

install:
- pip install tox
- pip install coveralls

script:
- tox -e $TOX_ENV

after_success:
- coveralls

0 comments on commit 0d2e88d

Please sign in to comment.