Skip to content

Commit

Permalink
Call coveralls after success
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Jan 2, 2018
1 parent 8e842d8 commit f9e999f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ install:
- pip install coverage
- pip install python-coveralls
script: "nosetests --with-coverage --cover-package=zenpy -v --stop"
after_success:
- coveralls

0 comments on commit f9e999f

Please sign in to comment.