Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ cache:
after_failure:
- cat /home/travis/.pip/pip.log
after_success:
- coveralls
- codecov
install:
- pip install tox-travis coveralls
- pip install tox-travis codecov
script:
- env | sort
- tox
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|travis| |docs| |pypi| |jazzband-badge| |coveralls|
|jazzband-badge| |pypi| |docs| |travis| |codecov|

Thumbnails for Django.

Expand Down Expand Up @@ -168,8 +168,9 @@ So it will avoid to overly query the S3 API.
.. |pypi| image:: https://img.shields.io/pypi/v/sorl-thumbnail.svg
:target: https://pypi.python.org/pypi/sorl-thumbnail
:alt: sorl-thumbnail on PyPI
.. |coveralls| image:: https://coveralls.io/repos/jazzband//sorl-thumbnail/badge.png?branch=master
:target: https://coveralls.io/r/jazzband//sorl-thumbnail?branch=master
.. |codecov| image:: https://codecov.io/gh/jazzband/sorl-thumbnail/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/sorl-thumbnail
:alt: Coverage
.. |jazzband-badge| image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
Expand Down