Skip to content

Commit

Permalink
Merge pull request #125 from uploadcare/coveralls
Browse files Browse the repository at this point in the history
Add coveralls.io
  • Loading branch information
dmitry-mukhin committed Mar 4, 2017
2 parents a9c0fb5 + 13dd3be commit 6b2e8bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,16 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install django~=$DJANGO.0
- pip install 'requests>=1.0' 'python-dateutil>=2.1' 'six>=1.2.0'
- python setup.py install
script: py.test $SUITE
- pip install pytest-cov python-coveralls
- pip install -e .
script: py.test $SUITE --cov=pyuploadcare
notifications:
email:
recipients:
- ak@uploadcare.com
- dm@uploadcare.com
on_success: change
on_failure: change

after_success:
coveralls
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ PyUploadcare: a Python library for Uploadcare

.. image:: https://travis-ci.org/uploadcare/pyuploadcare.png?branch=master
:target: https://travis-ci.org/uploadcare/pyuploadcare
:alt: Build Status
.. image:: https://readthedocs.org/projects/pyuploadcare/badge/?version=latest
:target: https://readthedocs.org/projects/pyuploadcare/?badge=latest
:alt: Documentation Status
.. image:: https://coveralls.io/repos/github/uploadcare/pyuploadcare/badge.svg?branch=master
:target: https://coveralls.io/github/uploadcare/pyuploadcare?branch=master
:alt: Coverage
.. image:: https://landscape.io/github/uploadcare/pyuploadcare/master/landscape.svg?style=flat
:target: https://landscape.io/github/uploadcare/pyuploadcare/master
:alt: Code Health
Expand Down

0 comments on commit 6b2e8bd

Please sign in to comment.