Merge pull request #1999 from dargueta/s3-spooling

Don't store S3 entirely in memory
This commit is contained in:
Steve Pulec 2018-12-28 21:29:19 -05:00 committed by GitHub
commit 97d9d46770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 110 additions and 23 deletions

View file

@ -2,6 +2,10 @@
envlist = py27, py36
[testenv]
setenv =
BOTO_CONFIG=/dev/null
AWS_SECRET_ACCESS_KEY=foobar_secret
AWS_ACCESS_KEY_ID=foobar_key
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt