From f5c2591659b4b29e07130e0029cfde3e838a8a8e Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 4 Dec 2018 19:33:30 -0800 Subject: [PATCH] Travis hack --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db6ac32..7c2a7c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python -sudo: false - cache: - pip @@ -26,6 +24,10 @@ matrix: - python: "2.7" env: DJANGO_VERSION=2.1.* +before_install: + # Fix boto bug with Travis and sudo:required + sudo rm -f /etc/boto.cfg + install: # Testing dependencies - pip install flake8 coverage python-coveralls moto