Skip to content

Commit

Permalink
Added coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
rshk committed Jul 3, 2014
1 parent b57077b commit 462cbd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ python:
install:
- python setup.py install
- pip install pytest pytest-cov pytest-pep8
- pip install python-coveralls

script:
- py.test -vvv tests --cov=differ --cov-report=term-missing
- py.test -vvv --pep8 --cov=differ --cov-report=term-missing tests

after_success:
- coveralls

matrix:
allow_failures:
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Differ
######

.. image:: https://travis-ci.org/rshk/differ.svg?branch=master
:target: https://travis-ci.org/rshk/differ

.. image:: https://coveralls.io/repos/rshk/differ/badge.png
:target: https://coveralls.io/r/rshk/differ


Python library to calculate differences between objects.

Right now, it supports calculating differences between objects built
Expand Down

0 comments on commit 462cbd6

Please sign in to comment.