From a83649b68f1bb978c254f4cf1efcae88dc2608d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nhomar=20Hern=C3=A1ndez=20=5BVauxoo=5D?= Date: Tue, 15 Dec 2015 23:18:39 -0600 Subject: [PATCH] Add travis button on README. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5316a221..b214c79f 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. image:: https://travis-ci.org/PyGithub/PyGithub.svg?branch=master + :target: https://travis-ci.org/PyGithub/PyGithub + This is a Python (2 and 3) library to access the `Github API v3 `_. With it, you can manage `Github `_ resources (repositories, user profiles, organizations, etc.) from Python scripts.