From d38f8280960374ee59ee1ef9201b655cbba89c4d Mon Sep 17 00:00:00 2001 From: Lily Li Date: Thu, 6 Jun 2019 16:08:47 -0700 Subject: [PATCH] add compatibility check badges to README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e9eae942..f29b24ec 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ google-apitools =============== -|pypi| |build| |coverage| +|pypi| |build| |coverage| |compat_check_pypi| |compat_check_github| ``google-apitools`` is a collection of utilities to make it easier to build client-side tools, especially those that talk to Google APIs. @@ -45,3 +45,7 @@ Then run the tests:: :target: https://pypi.python.org/pypi/google-apitools .. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branch=master :target: https://coveralls.io/r/google/apitools?branch=master +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-apitools + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-apitools +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/google/apitools.git + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/google/apitools.git