Test on GitHub Actions
This commit is contained in:
parent
b7e2cce725
commit
815dc62dcd
2 changed files with 68 additions and 5 deletions
10
tox.ini
10
tox.ini
|
@ -3,11 +3,11 @@ envlist =
|
|||
py{py3, 310, 39, 38, 37, 36}
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
PYLAST_API_KEY = {env:PYLAST_API_KEY:}
|
||||
PYLAST_API_SECRET = {env:PYLAST_API_SECRET:}
|
||||
PYLAST_PASSWORD_HASH = {env:PYLAST_PASSWORD_HASH:}
|
||||
PYLAST_USERNAME = {env:PYLAST_USERNAME:}
|
||||
passenv =
|
||||
PYLAST_API_KEY
|
||||
PYLAST_API_SECRET
|
||||
PYLAST_PASSWORD_HASH
|
||||
PYLAST_USERNAME
|
||||
extras =
|
||||
tests
|
||||
commands =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue