Mock AWS credentials

https://github.com/spulec/moto/issues/1924
This commit is contained in:
Lorenz Hufnagel 2018-11-16 12:23:39 +01:00
commit cf5bd7665c
2 changed files with 6 additions and 2 deletions

View file

@ -23,8 +23,6 @@ matrix:
sudo: true
before_install:
- export BOTO_CONFIG=/dev/null
- export AWS_SECRET_ACCESS_KEY=foobar_secret
- export AWS_ACCESS_KEY_ID=foobar_key
install:
# We build moto first so the docker container doesn't try to compile it as well, also note we don't use
# -d for docker run so the logs show up in travis