Test on GitHub Actions

This commit is contained in:
Hugo van Kemenade 2020-11-16 22:51:34 +02:00
parent b7e2cce725
commit 815dc62dcd
2 changed files with 68 additions and 5 deletions

10
tox.ini
View file

@ -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 =