summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2013-05-29 20:33:22 +0800
committerHsiaoming Yang <me@lepture.com>2013-05-29 20:33:22 +0800
commit0b15326c8314691c198a016f4566f4c0ccaf8994 (patch)
treef5fb60f5f708720db067820eee0f9a7ba6238e2d /README.rst
parentc6c300fa33d94f875527acf52d08c05f593a3146 (diff)
downloadoauthlib-0b15326c8314691c198a016f4566f4c0ccaf8994.tar.gz
add badge for coveralls, and fix travis badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
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