Skip to content

Commit 45c1fb6

Browse files
committed
docs: add badges
1 parent 7ec7763 commit 45c1fb6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================
2-
pyserial-asyncio
3-
==================
1+
========================================
2+
pyserial-asyncio |build-status| |docs|
3+
========================================
44

55
Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD
66

@@ -19,3 +19,11 @@ Latest:
1919

2020
- Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/
2121
- Project Homepage: https://github.com/pyserial/pyserial-asyncio
22+
23+
24+
.. |build-status| image:: https://travis-ci.org/pyserial/pyserial-asyncio.svg?branch=master
25+
:target: https://travis-ci.org/pyserial/pyserial-asyncio
26+
:alt: Build status
27+
.. |docs| image:: https://readthedocs.org/projects/pyserial-asyncio/badge/?version=latest
28+
:target: http://pyserial-asyncio.readthedocs.io/
29+
:alt: Documentation

0 commit comments

Comments
 (0)