mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Add Coveralls shield
This commit is contained in:
parent
f84ad22549
commit
0433cd4844
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@
|
|||
.. image:: https://img.shields.io/travis/ncoghlan/contextlib2/master.svg
|
||||
:target: http://travis-ci.org/ncoghlan/contextlib2
|
||||
|
||||
.. image:: https://coveralls.io/repos/github/ncoghlan/contextlib2/badge.svg?branch=master
|
||||
:target: https://coveralls.io/github/ncoghlan/contextlib2?branch=master
|
||||
|
||||
.. image:: https://landscape.io/github/ncoghlan/contextlib2/master/landscape.svg
|
||||
:target: https://landscape.io/github/ncoghlan/contextlib2/
|
||||
|
||||
|
||||
.. todo: set up Coveralls
|
||||
|
||||
contextlib2 is a backport of the `standard library's contextlib
|
||||
module <https://docs.python.org/3.5/library/contextlib.html>`_ to
|
||||
earlier Python versions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue