Let Tox use these env vars
This commit is contained in:
parent
fc206891af
commit
dae6a276ea
5
tox.ini
5
tox.ini
|
@ -4,6 +4,11 @@ recreate = False
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
downloadcache = {homedir}/.pipcache
|
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 =
|
deps =
|
||||||
pyyaml
|
pyyaml
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Reference in a new issue