Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Migrate from travis-ci.org to .com
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
README.md
|
|
@@ -6,7 +6,7 @@ |
|
|
__ | |____ | |\ | \ / |
|
|
(__)|_______||__| \__| \__/ |
|
|
``` |
|
|
python-dotenv | [](https://travis-ci.org/theskumar/python-dotenv) [](https://coveralls.io/r/theskumar/python-dotenv?branch=master) [](http://badge.fury.io/py/python-dotenv) [](https://saythanks.io/to/theskumar) |
|
|
python-dotenv | [](https://travis-ci.com/theskumar/python-dotenv) [](https://coveralls.io/r/theskumar/python-dotenv?branch=master) [](http://badge.fury.io/py/python-dotenv) [](https://saythanks.io/to/theskumar) |
|
|
=============================================================================== |
|
|
|
|
|
Reads the key-value pair from `.env` file and adds them to environment |
|
|
@@ -48,7 +48,7 @@ The value of a variable is the first of the values defined in the following list |
|
|
- Default value, if provided. |
|
|
- Empty string. |
|
|
|
|
|
Ensure that variables are surrounded with `{}` like `${HOME}` as bare |
|
|
Ensure that variables are surrounded with `{}` like `${HOME}` as bare |
|
|
variables such as `$HOME` are not expanded. |
|
|
|
|
|
```shell |
|
|
|