Skip to content

Commit

Permalink
Add coveralls as part of CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldg committed Nov 25, 2016
1 parent 4886545 commit c8652bf
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 @@ -3,6 +3,8 @@ python:
- "3.5"
sudo: false
install:
- pip install tox-travis
- pip install tox-travis coveralls
script:
- tox
after_success:
- coveralls

0 comments on commit c8652bf

Please sign in to comment.