From 1807f36c3b0ddf52199a9e102e7c7b75d2fe4f2d Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Sat, 29 Mar 2014 15:39:42 -0300 Subject: [PATCH] Add travis badge to readme Ref #4 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e934d8f..3c506f6 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ Bottle-SQLite ===================== +.. image:: https://travis-ci.org/bottlepy/bottle-sqlite.svg?branch=master :target: https://travis-ci.org/bottlepy/bottle-sqlite + SQLite is a self-contained SQL database engine that runs locally and does not require any additional server software or setup. The sqlite3 module is part of the Python standard library and already installed on most systems. It it very useful