load env vars using python-dotenv

This commit is contained in:
David Lord 2017-07-14 22:37:53 -07:00
parent 0301ac778c
commit f0101de17b
13 changed files with 235 additions and 42 deletions

View file

@ -15,6 +15,7 @@ deps =
coverage
greenlet
blinker
python-dotenv
lowest: Werkzeug==0.9
lowest: Jinja2==2.4
@ -67,4 +68,4 @@ skip_install = true
deps = detox
commands =
detox -e py{36,35,34,33,27,26,py},py{36,27,py}-simplejson,py{36,33,27,26,py}-devel,py{36,33,27,26,py}-lowest
tox -e coverage-report
tox -e docs-html,coverage-report