From 0b15326c8314691c198a016f4566f4c0ccaf8994 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 29 May 2013 20:33:22 +0800 Subject: add badge for coveralls, and fix travis badge --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 7decdfa..203c54b 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,11 @@ OAuthLib *A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.* -.. image:: https://secure.travis-ci.org/idangazit/oauthlib.png?branch=master +.. image:: https://travis-ci.org/idan/oauthlib.png?branch=master :target: https://travis-ci.org/idan/oauthlib +.. image:: https://coveralls.io/repos/idan/oauthlib/badge.png?branch=master + :target: https://coveralls.io/r/idan/oauthlib + OAuth often seems complicated and difficult-to-implement. There are several prominent libraries for signing OAuth requests, but they all suffer from one or -- cgit v1.2.1