From 8aae6808d114b9ea88ccc0ef2de6a09fc2743ce1 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 7 Jun 2018 16:28:12 -0400 Subject: [PATCH] thought I already did this --- settings/travis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/travis.py b/settings/travis.py index 1ae01146..57d889a5 100644 --- a/settings/travis.py +++ b/settings/travis.py @@ -62,4 +62,5 @@ SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = '' SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = '' GOOGLE_BOOKS_API_KEY = '' TEST_INTEGRATION = False +DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'