From 397022713184adb0acd9eedf15d1df236db39a7a Mon Sep 17 00:00:00 2001 From: Hernan Date: Tue, 16 Feb 2021 00:55:52 -0300 Subject: Fixed badges --- BADGES.rst | 29 ----------------------------- README.rst | 8 ++++++-- 2 files changed, 6 insertions(+), 31 deletions(-) delete mode 100644 BADGES.rst diff --git a/BADGES.rst b/BADGES.rst deleted file mode 100644 index a4c9369..0000000 --- a/BADGES.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. image:: https://img.shields.io/pypi/v/pint.svg - :target: https://pypi.python.org/pypi/pint - :alt: Latest Version - -.. image:: https://readthedocs.org/projects/pip/badge/ - :target: http://pint.readthedocs.org/ - :alt: Documentation - -.. image:: https://img.shields.io/pypi/l/pint.svg - :target: https://pypi.python.org/pypi/pint - :alt: License - -.. image:: https://img.shields.io/pypi/pyversions/pint.svg - :target: https://pypi.python.org/pypi/pint - :alt: Python Versions - -.. image:: https://travis-ci.org/hgrecco/pint.svg?branch=master - :target: https://travis-ci.org/hgrecco/pint - :alt: CI - -.. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master - :target: https://coveralls.io/github/hgrecco/pint?branch=master - :alt: Coverage - -.. image:: https://readthedocs.org/projects/pint/badge/ - :target: http://pint.readthedocs.org/ - :alt: Docs - - diff --git a/README.rst b/README.rst index 97cda30..3ed1938 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,14 @@ :target: https://pypi.python.org/pypi/pint :alt: Python Versions -.. image:: https://travis-ci.org/hgrecco/pint.svg?branch=master - :target: https://travis-ci.org/hgrecco/pint +.. image:: https://github.com/hgrecco/pint/workflows/CI/badge.svg + :target: https://github.com/hgrecco/pint/actions?query=workflow%3ACI :alt: CI +.. image:: https://github.com/hgrecco/pint/workflows/Lint/badge.svg + :target: https://github.com/hgrecco/pint/actions?query=workflow%3ALint + :alt: LINTER + .. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master :target: https://coveralls.io/github/hgrecco/pint?branch=master :alt: Coverage -- cgit v1.2.1