summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-04 23:34:31 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-04 23:34:31 -0800
commitb76cf4c612079a0fc8086395af8261ed0efc1aff (patch)
tree0440e6a03cc42abc73602ff09d40e23c3a17880a /README.rst
parent4e862015f8df1ce62084a8d04d2c13a9e2815fe3 (diff)
Add badges to Readme.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
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 <http://initd.org/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