We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5092a6 + 19eef0e commit eaa0f63Copy full SHA for eaa0f63
1 file changed
README.rst
@@ -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
15
cycler: composable cycles
16
=========================
17
0 commit comments