Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:pydanny/dj-stripe.git
Browse files Browse the repository at this point in the history
  • Loading branch information
kavdev committed Jun 8, 2015
2 parents 07afad4 + c8dea6c commit c23722c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ before_script:

# command to run tests, e.g. python setup.py test
script: python runtests.py

# Running codecov
before_install:
pip install codecov
after_success:
codecov
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Badges

.. image:: https://img.shields.io/travis/pydanny/dj-stripe.svg?style=flat-square
:target: https://travis-ci.org/pydanny/dj-stripe
.. will be switched once codecov is set up # .. image:: https://img.shields.io/codecov/c/github/pydanny/dj-stripe/coverage.svg?style=flat-square
.. image:: https://img.shields.io/badge/coverage-87%25-green.svg?style=flat-square
.. image:: https://img.shields.io/codecov/c/github/pydanny/dj-stripe/master.svg?style=flat-square
:target: http://codecov.io/github/pydanny/dj-stripe?branch=master

.. image:: https://img.shields.io/requires/github/pydanny/dj-stripe.svg?style=flat-square
:target: https://requires.io/github/pydanny/dj-stripe/requirements/?branch=master
.. image:: https://img.shields.io/codacy/3c99e13eda1c4dea9f993b362e4ea816.svg?style=flat-square
Expand Down

0 comments on commit c23722c

Please sign in to comment.