Skip to content

Commit

Permalink
Merge pull request #64 from datasciencebr/cuducos-coveralls
Browse files Browse the repository at this point in the history
Add Coveralls to our CI stack…
  • Loading branch information
jtemporal committed May 18, 2017
2 parents c3816eb + ac84f8c commit 15aaa6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
:target: https://landscape.io/github/datasciencebr/serenata-toolbox/master
:alt: Code Health

.. 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 15aaa6e

Please sign in to comment.