load env vars using python-dotenv

This commit is contained in:
David Lord 2017-07-14 22:37:53 -07:00
parent 77b98a2762
commit 491d331e6e
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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