We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7682581 commit 5979389Copy full SHA for 5979389
.travis.yml
@@ -90,6 +90,12 @@ before_install:
90
- uname -a
91
- git --version
92
- git tag
93
+ # Because travis runs on Google Cloud and has a /etc/boto.cfg,
94
+ # it breaks moto import, see:
95
+ # https://github.com/spulec/moto/issues/1771
96
+ # https://github.com/boto/boto/issues/3741
97
+ # This overrides travis and tells it to look nowhere.
98
+ - export BOTO_CONFIG=/dev/null
99
100
install:
101
- echo "install start"
0 commit comments