summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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