From 2f6afd0e58d3b9e40cd7fff6c2b74e45e97725f1 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sun, 30 Apr 2017 17:15:46 -0400 Subject: [PATCH 1/2] Improve Travis badge - Alt text - Clicking will lead to the build result, not the image. --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a75dbcb..ce6fa44 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,11 @@ SnapPass ======== -.. image:: https://travis-ci.org/pinterest/snappass.svg +|build| +.. |build| image:: https://travis-ci.org/pinterest/snappass.svg + :target: http://travis-ci.org/pinterest/snappass + :alt: Build status It's like SnapChat... for Passwords. From 428c49a1b6f181f01af9bf8d4c5492c8d4ef9a33 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sun, 30 Apr 2017 17:17:14 -0400 Subject: [PATCH 2/2] Add PyPI badge Now that the package will be updated --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce6fa44..0d3b709 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,11 @@ SnapPass ======== -|build| +|pypi| |build| + +.. |pypi| image:: https://img.shields.io/pypi/v/snappass.svg + :target: https://pypi.python.org/pypi/snappass + :alt: Latest version released on PyPI .. |build| image:: https://travis-ci.org/pinterest/snappass.svg :target: http://travis-ci.org/pinterest/snappass