Skip to content

Commit d38f828

Browse files
committed
add compatibility check badges to README
1 parent 8129b70 commit d38f828

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-apitools
22
===============
33

4-
|pypi| |build| |coverage|
4+
|pypi| |build| |coverage| |compat_check_pypi| |compat_check_github|
55

66
``google-apitools`` is a collection of utilities to make it easier to build
77
client-side tools, especially those that talk to Google APIs.
@@ -45,3 +45,7 @@ Then run the tests::
4545
:target: https://pypi.python.org/pypi/google-apitools
4646
.. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branch=master
4747
:target: https://coveralls.io/r/google/apitools?branch=master
48+
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-apitools
49+
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-apitools
50+
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/google/apitools.git
51+
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/google/apitools.git

0 commit comments

Comments
 (0)