Skip to content

Commit

Permalink
Switched to using badges from Shields.io for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 29, 2015
1 parent 8b6919d commit 6279644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ PyPy v2, and can be thought of as an improved *namedtuple*.

The documentation is available at https://pythonhosted.org/pyrecord/

.. image:: https://travis-ci.org/gnarea/pyrecord.png?branch=master
.. image:: https://img.shields.io/travis/gnarea/pyrecord.svg
:target: https://travis-ci.org/gnarea/pyrecord
:alt: Build Status

.. image:: https://coveralls.io/repos/gnarea/pyrecord/badge.png?branch=master
.. image:: https://img.shields.io/coveralls/gnarea/pyrecord/master.svg
:target: https://coveralls.io/r/gnarea/pyrecord?branch=master
:alt: Coverage Status

Expand Down
4 changes: 2 additions & 2 deletions docs/source/badges.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://travis-ci.org/gnarea/pyrecord">
<img
alt="Build Status"
src="https://travis-ci.org/gnarea/pyrecord.png?branch=master"
src="https://img.shields.io/travis/gnarea/pyrecord.svg"
/>
</a>
</li>
Expand All @@ -12,7 +12,7 @@
<a href="https://coveralls.io/r/gnarea/pyrecord?branch=master">
<img
alt="Coverage Status"
src="https://coveralls.io/repos/gnarea/pyrecord/badge.png?branch=master"
src="https://img.shields.io/coveralls/gnarea/pyrecord/master.svg"
/>
</a>
</li>
Expand Down

0 comments on commit 6279644

Please sign in to comment.