summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 15:05:07 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 15:05:07 -0700
commitab631f370e4366d095916f715c521be2ddadadb5 (patch)
tree2b98dd97d2185ad669de1e551892dc900c0b5cdf /README.rst
parent7b4a0c7b4d86fd5fffc6d4803339d9724242c54c (diff)
downloadpyscss-ab631f370e4366d095916f715c521be2ddadadb5.tar.gz
Stick Travis and Coveralls buttons in the README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8845809..96a3b70 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
pyScss, a Scss compiler for Python
==================================
+|build-status| |coverage|
+
+.. |build-status| image:: https://travis-ci.org/Kronuz/pyScss.svg?branch=master
+ :target: https://travis-ci.org/Kronuz/pyScss
+
+.. |coverage| image:: https://coveralls.io/repos/Kronuz/pyScss/badge.png
+ :target: https://coveralls.io/r/Kronuz/pyScss
+
pyScss is a compiler for SCSS flavor of the Sass language, a superset of CSS3
that adds programming capabilities and some other syntactic sugar.