From b76cf4c612079a0fc8086395af8261ed0efc1aff Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sun, 4 Jan 2015 23:34:31 -0800 Subject: [PATCH] Add badges to Readme. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 4817677f..fde24f87 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ A REPL for Postgres ------------------- +|Build Status| |PyPI| + This is a postgres client that does auto-completion and syntax highlighting. .. image:: screenshots/image02.png @@ -159,3 +161,11 @@ Thanks to `psycopg `_ for providing a rock solid interface to Postgres dataabase. Thanks to all the beta testers and contributors for your time and patience. :) + + +.. |Build Status| image:: https://api.travis-ci.org/amjith/pgcli.svg?branch=master + :target: https://travis-ci.org/amjith/pgcli + +.. |PyPI| image:: https://pypip.in/version/pgcli/badge.svg + :target: https://pypi.python.org/pypi/pgcli/ + :alt: Latest Version