Skip to content

Commit

Permalink
Updated badge targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Sep 24, 2015
1 parent 38049ab commit 338b60d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.. image:: https://travis-ci.org/vsajip/python-gnupg.svg
:target: https://travis-ci.org/vsajip/python-gnupg

.. image:: https://coveralls.io/repos/vsajip/python-gnupg/badge.svg
:target: https://coveralls.io/github/vsajip/python-gnupg


What is it?
Expand Down Expand Up @@ -82,7 +84,7 @@ Released: Not yet

* Subkey fingerprints are now captured.

* The returned value from :meth:`list_keys` now has a new attribute,
* The returned value from the ``list_keys`` method now has a new attribute,
``key_map``, which is a dictionary mapping key and subkey fingerprints to
the corresponding key's dictionary. With this change, you don't need to
iterate over the (potentially large) returned list to search for a key with
Expand Down

0 comments on commit 338b60d

Please sign in to comment.