aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorSean Brant2013-03-10 12:57:55 -0500
committerSean Brant2013-03-10 12:57:55 -0500
commit9d729155580ea5212386c0f7d71f4b89809073e5 (patch)
treeb8a89c987f7871275100fee8acc4f967ccf2ce81 /README.rst
parenta9cf56e499cee55a800feb4120b961f5441c0bb4 (diff)
downloadpykss-9d729155580ea5212386c0f7d71f4b89809073e5.tar.bz2
Adds travis build status png to readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6e7ff2c..232f2ab 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,10 @@
PyKSS - Knyle Style Sheets
==========================
+.. image:: https://secure.travis-ci.org/seanbrant/pykss.png?branch=master
+ :target: http://travis-ci.org/seanbrant/pykss
+
+
PyKSS is a Python implementation of KSS_. KSS attempts to provide a
methodology for writing maintainable, documented CSS within a team.