Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 254fa76

Browse files
committed
Update badges
1 parent 7bfaf10 commit 254fa76

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
|PyPi|_ |Supported Python versions|_ |Travis|_ |Codecov|_
1+
|PyPi|_ |Conda|_ |Supported Python versions|_ |Github Actions|_ |Codecov|_
22

33
.. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat
44
.. _PyPi: https://pypi.python.org/pypi/cycler
55

6+
.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/cycler
7+
.. _Conda: https://anaconda.org/conda-forge/cycler
8+
69
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg
710
.. _Supported Python versions: https://pypi.python.org/pypi/cycler
811

12+
.. |Github Actions| iamge:: https://github.com/matplotlib/cycler/actions/workflows/tests.yml/badge.svg
13+
.. _Github Actions: https://github.com/matplotlib/cycler/actions
914

10-
.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=master&service=github
11-
.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=master
15+
.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=main&service=github
16+
.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=main
1217

1318
cycler: composable cycles
1419
=========================

0 commit comments

Comments
 (0)