Skip to content

Commit f8feedc

Browse files
committed
HTTPS shields badges
1 parent c81c4f1 commit f8feedc

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
DRMAA Python
22
------------
33

4-
.. image:: https://travis-ci.org/pygridtools/drmaa-python.svg
4+
.. image:: https://img.shields.io/travis/pygridtools/drmaa-python/stable.svg
5+
:alt: Build status
56
:target: https://travis-ci.org/pygridtools/drmaa-python
6-
:alt: Travis build status
77

8-
.. image:: https://coveralls.io/repos/pygridtools/drmaa-python/badge.svg
9-
:target: https://coveralls.io/r/pygridtools/drmaa-python
10-
:alt: Test coverage
8+
.. image:: https://img.shields.io/coveralls/pygridtools/drmaa-python/stable.svg
9+
:target: https://coveralls.io/r/pygridtools/drmaa-python
1110

12-
.. image:: https://pypip.in/d/drmaa/badge.svg
13-
:target: https://crate.io/packages/drmaa
11+
.. image:: https://img.shields.io/pypi/dm/drmaa.svg
12+
:target: https://warehouse.python.org/project/drmaa/
1413
:alt: PyPI downloads
1514

16-
.. image:: https://pypip.in/v/drmaa/badge.svg
17-
:target: https://crate.io/packages/drmaa
15+
.. image:: https://img.shields.io/pypi/v/drmaa.svg
16+
:target: https://warehouse.python.org/project/drmaa/
1817
:alt: Latest version on PyPI
1918

19+
.. image:: https://img.shields.io/pypi/l/drmaa.svg
20+
:alt: License
21+
2022
`Distributed Resource Management Application API <http://en.wikipedia.org/wiki/DRMAA>`__
2123
(DRMAA) bindings for Python. For more information
2224
`read the docs <http://drmaa-python.readthedocs.org>`__.

0 commit comments

Comments
 (0)