Skip to content

Commit

Permalink
Add travis-ci and coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 30, 2016
1 parent ef9c44c commit 69795c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ImageHash
===========

|Travis|_ |Coveralls|_

A image hashing library written in Python. ImageHash supports:

* average hashing (`aHash`_)
Expand Down Expand Up @@ -51,4 +53,8 @@ Changelog
* 1.0: initial ahash, dhash, phash implementations.


.. |Travis| image:: https://travis-ci.org/JohannesBuchner/imagehash.svg?branch=master
.. _Travis: https://travis-ci.org/JohannesBuchner/imagehash

.. |Coveralls| image:: https://coveralls.io/repos/github/JohannesBuchner/imagehash/badge.svg
.. _Coveralls: https://coveralls.io/github/JohannesBuchner/imagehash

0 comments on commit 69795c4

Please sign in to comment.