From dd989c55d0236856534d4a7ca56144a01eb655bb Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Tue, 13 Dec 2016 20:45:37 -0500 Subject: [PATCH] Add travis build status badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index ee4e55b..efb6937 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ glog for Python =============== +.. image:: https://travis-ci.org/benley/python-glog.svg?branch=master + :target: https://travis-ci.org/benley/python-glog + A simple Google-style logging wrapper for Python. This library attempts to greatly simplify logging in Python applications.