Skip to content

Commit

Permalink
pass through env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Nov 12, 2024
1 parent e8c1c24 commit beb29c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ envlist = py38, py310
isolated_build = true

[testenv]
setenv =
AWS_ACCESS_KEY_ID = {env:AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY = {env:AWS_SECRET_ACCESS_KEY}
allowlist_externals = poetry
deps =
pytest==7.2.0
Expand All @@ -28,4 +31,4 @@ max-line-length = 88
max-complexity = 10

[pydocstyle]
ignore = D105,D203,D213
ignore = D105,D203,D213

0 comments on commit beb29c1

Please sign in to comment.