From 8929dd21d38d8e7c9204ae987bc2c88ed3e88fc9 Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Sat, 20 Mar 2021 22:37:19 +0100 Subject: [PATCH] replace Travis badge with GHA workflows, add PyPI and conda badges --- README.rst | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6ebed1d78..cb0ba0c4a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,19 @@ -.. image:: https://travis-ci.org/python-control/python-control.svg?branch=master - :target: https://travis-ci.org/python-control/python-control -.. image:: https://coveralls.io/repos/python-control/python-control/badge.png +.. image:: https://anaconda.org/conda-forge/control/badges/version.svg + :target: https://anaconda.org/conda-forge/control + +.. image:: https://img.shields.io/pypi/v/control.svg +   :target: https://pypi.org/project/control/ + +.. image:: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml/badge.svg + :target: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml + +.. image:: https://github.com/python-control/python-control/actions/workflows/install_examples.yml/badge.svg + :target: https://github.com/python-control/python-control/actions/workflows/install_examples.yml + +.. image:: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml/badge.svg + :target: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml + +.. image:: https://coveralls.io/repos/python-control/python-control/badge.svg :target: https://coveralls.io/r/python-control/python-control Python Control Systems Library