summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-04-20 15:52:08 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2012-04-20 15:52:08 +0200
commit2e10fbd7ece587757d3f92d772e5f3a56278878d (patch)
treecedf93f17a029e3291244c90708dc951ff18e6b8
parent7cb2797321c49e89e630fe3665bd05b699567dec (diff)
downloadsqlparse-2e10fbd7ece587757d3f92d772e5f3a56278878d.tar.gz
Show build status icon as link.
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f9f3fcc..0b9086a 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ python-sqlparse - Parse SQL statements
sqlparse is a non-validating SQL parser module for Python.
-.. image:: https://secure.travis-ci.org/andialbrecht/sqlparse.png?branch=master
+|buildstatus|_
Install
@@ -48,3 +48,5 @@ python-sqlparse is licensed under the BSD license.
Parts of the code are based on pygments written by Georg Brandl and others.
pygments-Homepage: http://pygments.org/
+.. |buildstatus| image:: https://secure.travis-ci.org/andialbrecht/sqlparse.png?branch=master
+.. _buildstatus: http://travis-ci.org/#!/andialbrecht/sqlparse