Skip to content

Commit

Permalink
Add Coveralls CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed May 16, 2017
1 parent 65ef7bf commit 9d1fefe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: python
python: 3.5
install: python setup.py develop
script: python -m unittest discover tests
install:
- python setup.py develop
- pip install coveralls
script: coverage run -m unittest discover tests
after_success: coveralls
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
:target: https://pypi.python.org/pypi/serenata_toolbox/
:alt: Latest PyPI version


.. image:: https://coveralls.io/repos/github/datasciencebr/serenata-toolbox/badge.svg?branch=master
:target: https://coveralls.io/github/datasciencebr/serenata-toolbox?branch=master
:alt: Coveralls

Serenata de Amor Toolbox
========================
Expand Down

0 comments on commit 9d1fefe

Please sign in to comment.