Skip to content

Commit e27d9be

Browse files
committed
update badges
1 parent 097088e commit e27d9be

File tree

2 files changed

+38
-59
lines changed

2 files changed

+38
-59
lines changed

README.rst

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,57 @@
1-
|Linux Build Status| |Windows Build status| |Code coverage|
1+
==========================================
2+
Common Workflow Language testing framework
3+
==========================================
4+
5+
|Linux Build Status| |Code coverage|
6+
7+
PyPI: |PyPI Version| |PyPI Downloads Month| |Total PyPI Downloads|
28

3-
.. |Linux Build Status| image:: https://img.shields.io/travis/common-workflow-language/cwltest/master.svg?label=unix%20build
4-
:target: https://travis-ci.org/common-workflow-language/cwltest
5-
.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/mr-c/cwltest/master.svg?label=windows%20build
6-
:target: https://ci.appveyor.com/project/mr-c/cwltest/branch/master
9+
Conda: |Conda Version| |Conda Installs|
10+
11+
.. |Linux Build Status| image:: https://github.com/common-workflow-language/cwltest/actions/workflows/ci-tests.yml/badge.svg?branch=main
12+
:target: https://github.com/common-workflow-language/cwltest/actions/workflows/ci-tests.yml
713
.. |Code coverage| image:: https://codecov.io/gh/common-workflow-language/cwltest/branch/master/graph/badge.svg
814
:target: https://codecov.io/gh/common-workflow-language/cwltest
915

10-
==========================================
11-
Common workflow language testing framework
12-
==========================================
16+
.. |PyPI Version| image:: https://badge.fury.io/py/cwltest.svg
17+
:target: https://badge.fury.io/py/cwltest
18+
19+
.. |PyPI Downloads Month| image:: https://pepy.tech/badge/cwltest/month
20+
:target: https://pepy.tech/project/cwltest
21+
22+
.. |Total PyPI Downloads| image:: https://static.pepy.tech/personalized-badge/cwltest?period=total&units=international_system&left_color=black&right_color=orange&left_text=Total%20PyPI%20Downloads
23+
:target: https://pepy.tech/project/cwltest
24+
25+
.. |Conda Version| image:: https://anaconda.org/bioconda/cwltest/badges/version.svg
26+
:target: https://anaconda.org/bioconda/cwltest
27+
28+
.. |Conda Installs| image:: https://anaconda.org/bioconda/cwltest/badges/downloads.svg
29+
:target: https://anaconda.org/bioconda/cwltest
1330

1431
This is a testing tool for checking the output of Tools and Workflows described
1532
with the Common Workflow Language. Among other uses, it is used to run the CWL
1633
conformance tests.
1734

18-
This is written and tested for Python 2.7, 3.4, 3.5, 3.6, and 3.7
35+
This is written and tested for Python 3.6, 3.7, 3.8, and 3.9
1936

2037
Install
2138
-------
2239

23-
Installing the official package from PyPi::
40+
Installing the official package from PyPi
41+
42+
.. code:: bash
2443
2544
pip install cwltest
2645
27-
Or from source::
46+
Or from bioconda
47+
48+
.. code:: bash
49+
50+
conda install -c bioconda cwltest
51+
52+
Or from source
53+
54+
.. code:: bash
2855
2956
git clone https://github.com/common-workflow-language/cwltest.git
3057
cd cwltest && python setup.py install

appveyor.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)