Skip to content

Commit 03e367e

Browse files
committed
Remove /etc/boto.cfg on Travis
1 parent 02196dc commit 03e367e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ python:
55
- "3.6"
66
- "3.7"
77

8+
before_install:
9+
# Because Travis has some special configuration for boto that interfere
10+
# https://github.com/travis-ci/travis-ci/issues/7940
11+
- "sudo rm -f /etc/boto.cfg"
12+
813
install:
914
- pip install tox-travis coveralls
1015

0 commit comments

Comments
 (0)