Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 9a9b27e

Browse files
committed
Merge pull request #257 from bear/readme-tweaks
add some badges
2 parents 8673e2f + 4479fa9 commit 9a9b27e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ A Python wrapper around the Twitter API.
44

55
By the `Python-Twitter Developers <[email protected]>`_
66

7-
.. image:: https://pypip.in/wheel/python-twitter/badge.png
8-
:target: https://pypi.python.org/pypi/python-twitter/
9-
:alt: Wheel Status
7+
.. image:: https://travis-ci.org/bear/python-twitter.svg?branch=master
8+
:target: https://travis-ci.org/bear/python-twitter
9+
:alt: Travis CI
10+
11+
.. image:: http://codecov.io/github/bear/python-twitter/coverage.svg?branch=master
12+
:target: http://codecov.io/github/bear/python-twitter
13+
:alt: Codecov
1014

1115
============
1216
Introduction

0 commit comments

Comments
 (0)