Added a coveralls badge.

This commit is contained in:
Jakub Roztocil 2015-01-31 17:49:23 +01:00
parent c0f1fb61ac
commit 92a4352f10

View File

@ -98,10 +98,10 @@ If the above fails, please use ``easy_install`` instead (``$ easy_install httpie
Development version
-------------------
============= =============
Mac/Linux Windows
|unix| |windows|
============= =============
=========== ============= =============
Tests Mac/Linux Windows
|coverage| |unix| |windows|
=========== ============= =============
The **latest development version** can be installed directly from GitHub:
@ -1466,6 +1466,9 @@ Changelog
.. |version| image:: https://badge.fury.io/py/httpie.svg
:target: http://badge.fury.io/py/httpie
.. |coverage| image:: https://coveralls.io/repos/jakubroztocil/httpie/badge.svg?branch=master
:target: https://coveralls.io/r/jakubroztocil/httpie?branch=master
.. |unix| image:: https://api.travis-ci.org/jakubroztocil/httpie.svg
:target: http://travis-ci.org/jakubroztocil/httpie
:alt: Build Status of the master branch on Mac/Linux