python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

docs: make badges link to travis and pypi #528

Closed nakulpathak3 closed 6 years ago

nakulpathak3 commented 6 years ago

Currently the badges just open a static image of the badges. This makes it so that it opens the actual links to latest travis build and PyPi instead.

Updated README.

For context: https://docs.travis-ci.com/user/status-images/ this is where I got the Travis link button command. And https://badge.fury.io/for/py/kazoo for the PyPi badge.

Update: Moved to using shields.io like it was before instead of badge.fury. Here's the README with shields.io.