Skip to content

Commit

Permalink
Merge pull request #135 from ticosax/codecov-integration
Browse files Browse the repository at this point in the history
Add codecov integration
  • Loading branch information
ticosax committed Jan 4, 2016
2 parents afb057f + 067cfaf commit 1b75984
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ matrix:
- env: TOXENV=pypy-djmaster
install:
- pip wheel -r tests/requirements.txt
- pip install tox
- pip install tox codecov
script: tox
after_success:
- codecov
branches:
except: templates/1.5.x templates/1.6.x
deploy:
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ django-configurations
:alt: Jazzband
:target: https://jazzband.co/

.. image:: https://codecov.io/github/jazzband/django-configurations/coverage.svg?branch=master
:alt: Codecov
:target: https://codecov.io/github/jazzband/django-configurations?branch=master

django-configurations eases Django project configuration by relying
on the composability of Python classes. It extends the notion of
Django's module based settings loading with well established
Expand Down

0 comments on commit 1b75984

Please sign in to comment.