Skip to content

Commit

Permalink
Updated travis config to install coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Feb 1, 2019
1 parent 41c0a8e commit e04237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- 3.5
sudo: required
dist: xenial
install: pip install -U tox-travis
install: pip install -U tox-travis coveralls
script: tox
after_success:
- coveralls
Expand Down

0 comments on commit e04237f

Please sign in to comment.