summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-09-15 00:22:43 +0200
committerChris Liechti <cliechti@gmx.net>2015-09-15 00:22:43 +0200
commitaf1319b82b77d0483cd5cac466c8b9df6fdd311b (patch)
tree890105f4e8056aa51998d1d9416f1cc07c848def
parent7e16504d3cfa23de8f8604f05748e56c36b4e197 (diff)
downloadpyserial-git-af1319b82b77d0483cd5cac466c8b9df6fdd311b.tar.gz
readme: include build status icon
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e081698..f83870f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-==========
- pySerial
-==========
+==========================
+ pySerial |build-status|
+==========================
Overview
========
@@ -40,3 +40,7 @@ Windows installers are also available (see download link above).
.. _examples: https://github.com/pyserial/pyserial/blob/master/examples
.. _Python: http://python.org/
.. _Sphinx: http://sphinx-doc.org/
+.. |build-status| image:: https://travis-ci.org/pyserial/pyserial.svg?branch=master
+ :target: https://travis-ci.org/pyserial/pyserial
+ :alt: Build status
+