We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9941370 commit 943a24aCopy full SHA for 943a24a
.travis.yml
@@ -72,6 +72,6 @@ matrix:
72
install:
73
# Clean up because Travis doesn't
74
# https://github.com/travis-ci/travis-ci/issues/7940
75
- - if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg;done
+ - if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg; fi
76
- pip install tox
77
script: travis_wait 60 tox -- -vv
0 commit comments