mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 23:10:16 +00:00
Add coveralls badge
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user