Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Add fake aws keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Nov 5, 2018
1 parent 2bae503 commit 1ef2407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ skipsdist = True
usedevelop = True
extras = testing
commands = pytest {posargs:tests/}
setenv =
AWS_SECRET_ACCESS_KEY=dummy_secret_needed_for_moto_tests
AWS_ACCESS_KEY_ID=dummy_key_needed_for_moto_tests

[testenv:lint]
deps =
Expand Down

0 comments on commit 1ef2407

Please sign in to comment.