Skip to content

Commit

Permalink
Added coveralls + badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersle committed Sep 19, 2017
1 parent 7e9be5e commit 8754e3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ before_script:
- sudo apt-get update -qq
- pip install --upgrade pip
- pip install coverage
- pip install coveralls
- pip install pep8
- pip install pylint
- pip install -e .
Expand All @@ -21,3 +22,6 @@ install:
script:
- coverage run -m unittest discover -s test
- coverage report -m

after_success:
- coveralls
4 changes: 4 additions & 0 deletions README.rst
@@ -1,6 +1,10 @@
.. image:: https://travis-ci.org/andersle/pytrr.svg?branch=master
:target: https://travis-ci.org/andersle/pytrr

.. image:: https://coveralls.io/repos/github/andersle/pytrr/badge.svg?branch=master
:target: https://coveralls.io/github/andersle/pytrr?branch=master



#####
pytrr
Expand Down

0 comments on commit 8754e3d

Please sign in to comment.