Skip to content

Commit

Permalink
Upload coverage statistics from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerj committed Nov 8, 2017
1 parent 6acc421 commit ceed56c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ python:
install:
- pip install tox
- pip install tox-travis
- pip install python-coveralls
script:
- tox
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi
- coveralls
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Electrum - Lightweight Bitcoin client
.. image:: https://travis-ci.org/spesmilo/electrum.svg?branch=master
:target: https://travis-ci.org/spesmilo/electrum
:alt: Build Status
.. image:: https://coveralls.io/repos/github/spesmilo/electrum/badge.svg?branch=coverage
:target: https://coveralls.io/github/spesmilo/electrum?branch=coverage
:alt: Test coverage statistics




Expand Down

0 comments on commit ceed56c

Please sign in to comment.