Skip to content

Commit

Permalink
Coveralls: Integrates coveralls (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover authored Oct 8, 2018
2 parents 7a13e11 + 1b83ecc commit 55abfb6
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 @@ -20,6 +20,8 @@ matrix:
env: TOXENV=py37
fast_finish: true
install:
- pip install tox
- pip install tox coveralls
script:
- tox -e $TOXENV
after_success:
- coveralls

0 comments on commit 55abfb6

Please sign in to comment.