Skip to content

Commit ec7a58b

Browse files
committed
Updated badges in README.rst
1 parent 38ebcd9 commit ec7a58b

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e -x
55

66
if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
7-
if [ -z "$TRAVIS_TAG" ]; then
7+
if [ -z "$TRAVIS_TAG" ] and [ $TRAVIS_COMMIT_MESSAGE != "Bump Version*" ]; then
88

99
python3 ./make_conda_recipe.py || exit 1
1010

README.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,37 @@ domdf_python_tools
1616
.. image:: https://img.shields.io/pypi/pyversions/domdf_python_tools.svg
1717
:target: https://pypi.org/project/domdf_python_tools/
1818
:alt: PyPI - Python Version
19+
.. image:: https://img.shields.io/pypi/wheel/domdf_python_tools
20+
:target: https://pypi.org/project/domdf_python_tools/
21+
:alt: PyPI - Wheel
22+
.. image:: https://img.shields.io/pypi/implementation/domdf_python_tools
23+
:target: https://pypi.org/project/domdf_python_tools/
24+
:alt: PyPI - Implementation
1925
.. image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools
2026
:alt: Conda
2127
:target: https://anaconda.org/domdfcoding/domdf_python_tools
28+
.. image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform
29+
:alt: Conda Platform
30+
:target: https://anaconda.org/domdfcoding/domdf_python_tools
2231
.. image:: https://coveralls.io/repos/github/domdfcoding/domdf_python_tools/badge.svg?branch=master
2332
:target: https://coveralls.io/github/domdfcoding/domdf_python_tools?branch=master
2433
:alt: Coverage
25-
.. image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
34+
.. image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools
2635
:alt: License
2736
:target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE
2837
.. image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
2938
:alt: GitHub top language
39+
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.1
40+
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
41+
:alt: GitHub commits since tagged version
42+
.. image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_python_tools
43+
:target: https://github.com/domdfcoding/domdf_python_tools/commit/master
44+
:alt: GitHub last commit
45+
.. image:: https://img.shields.io/maintenance/yes/2020
46+
:alt: Maintenance
47+
.. image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domdf_python_tools
48+
:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools
49+
:alt: CodeFactor Grade
3050

3151
.. end shields
3252

0 commit comments

Comments
 (0)