Skip to content

Commit

Permalink
Try fix for moto import
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 7, 2018
1 parent 7682581 commit 5979389
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ before_install:
- uname -a
- git --version
- git tag
# Because travis runs on Google Cloud and has a /etc/boto.cfg,
# it breaks moto import, see:
# https://github.com/spulec/moto/issues/1771
# https://github.com/boto/boto/issues/3741
# This overrides travis and tells it to look nowhere.
- export BOTO_CONFIG=/dev/null

install:
- echo "install start"
Expand Down

0 comments on commit 5979389

Please sign in to comment.