Skip to content

Commit eaa0f63

Browse files
authored
Merge pull request #44 from hugovk/patch-1
Add README badges
2 parents b5092a6 + 19eef0e commit eaa0f63

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
|PyPi|_ |Supported Python versions|_ |Travis|_ |Codecov|_
2+
3+
.. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat
4+
.. _PyPi: https://pypi.python.org/pypi/cycler
5+
6+
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg
7+
.. _Supported Python versions: https://pypi.python.org/pypi/cycler
8+
9+
.. |Travis| image:: https://travis-ci.org/matplotlib/cycler.svg?branch=master
10+
.. _Travis: https://travis-ci.org/matplotlib/cycler
11+
12+
.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=master&service=github
13+
.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=master
14+
115
cycler: composable cycles
216
=========================
317

0 commit comments

Comments
 (0)