Skip to content

Commit 1f38be6

Browse files
committed
1 parent b893ee6 commit 1f38be6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,9 @@ matrix:
6969
# env: TOXENV=flake8-tests
7070
# - python: 3.6
7171
# env: TOXENV=pylint-tests
72-
install: pip install tox
72+
install:
73+
# Clean up because Travis doesn't
74+
# https://github.com/travis-ci/travis-ci/issues/7940
75+
- if [[ $TRAVIS_SUDO = true ]]; then sudo rm -f /etc/boto.cfg;done
76+
- pip install tox
7377
script: travis_wait 60 tox -- -vv

0 commit comments

Comments
 (0)