Merge pull request #138 from hugovk/env_vars

Let Tox use these env vars
This commit is contained in:
Hugo van Kemenade 2015-08-03 16:46:45 +03:00
commit 12b4e04021

View file

@ -4,6 +4,11 @@ recreate = False
[testenv]
downloadcache = {homedir}/.pipcache
setenv =
PYLAST_USERNAME={env:PYLAST_USERNAME:}
PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:}
PYLAST_API_KEY={env:PYLAST_API_KEY:}
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
deps =
pyyaml
pytest