summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2021-02-16 00:55:52 -0300
committerHernan <hernan.grecco@gmail.com>2021-02-16 00:55:52 -0300
commit397022713184adb0acd9eedf15d1df236db39a7a (patch)
tree24d76fe6de818aca3445fc979f366245b3b3d85f
parentb36d0a63ee24e7dada0cbf8b0499695ff57d17a8 (diff)
downloadpint-397022713184adb0acd9eedf15d1df236db39a7a.tar.gz
Fixed badges
-rw-r--r--BADGES.rst29
-rw-r--r--README.rst8
2 files changed, 6 insertions, 31 deletions
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