Add coveralls badge

This commit is contained in:
Matthew Peveler
2019-07-22 00:02:46 -04:00
committed by GitHub
parent dbacfa67b4
commit ebcf412583
+7 -4
View File
@@ -1,9 +1,12 @@
Env: Environment Variables for Humans
=====================================
.. image:: https://travis-ci.com/MasterOdin/env.svg?branch=master
:target: https://travis-ci.com/MasterOdin/env
.. image:: https://travis-ci.org/MasterOdin/env.svg?branch=master
:target: https://travis-ci.org/MasterOdin/env
:alt: Build Status
.. image:: https://coveralls.io/repos/github/MasterOdin/env/badge.svg?branch=master
:target: https://coveralls.io/github/MasterOdin/env?branch=master
:alt: Coverage Status
Mapping environment variables can be a bit of a pain.
@@ -35,4 +38,4 @@ Installation
Installation is easy with pip::
$ pip install env
$ pip install env