Skip to content

Commit

Permalink
add compatibility check badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ylil93 committed Jun 6, 2019
1 parent 8129b70 commit d38f828
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit d38f828

Please sign in to comment.