diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-20 15:52:08 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-20 15:52:08 +0200 |
| commit | 2e10fbd7ece587757d3f92d772e5f3a56278878d (patch) | |
| tree | cedf93f17a029e3291244c90708dc951ff18e6b8 | |
| parent | 7cb2797321c49e89e630fe3665bd05b699567dec (diff) | |
| download | sqlparse-2e10fbd7ece587757d3f92d772e5f3a56278878d.tar.gz | |
Show build status icon as link.
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
