Skip to content

Commit 8929dd2

Browse files
committed
replace Travis badge with GHA workflows, add PyPI and conda badges
1 parent 283f5e7 commit 8929dd2

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.rst

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
.. image:: https://travis-ci.org/python-control/python-control.svg?branch=master
2-
:target: https://travis-ci.org/python-control/python-control
3-
.. image:: https://coveralls.io/repos/python-control/python-control/badge.png
1+
.. image:: https://anaconda.org/conda-forge/control/badges/version.svg
2+
:target: https://anaconda.org/conda-forge/control
3+
4+
.. image:: https://img.shields.io/pypi/v/control.svg
5+
  :target: https://pypi.org/project/control/
6+
7+
.. image:: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml/badge.svg
8+
:target: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml
9+
10+
.. image:: https://github.com/python-control/python-control/actions/workflows/install_examples.yml/badge.svg
11+
:target: https://github.com/python-control/python-control/actions/workflows/install_examples.yml
12+
13+
.. image:: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml/badge.svg
14+
:target: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml
15+
16+
.. image:: https://coveralls.io/repos/python-control/python-control/badge.svg
417
:target: https://coveralls.io/r/python-control/python-control
518

619
Python Control Systems Library

0 commit comments

Comments
 (0)