We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3997927 commit 1b5f602Copy full SHA for 1b5f602
.travis.yml
@@ -100,6 +100,7 @@ before_install:
100
- lsb_release -a || true
101
- |
102
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
103
+ brew update-reset
104
[[ $TOXENV =~ py3 ]] && brew upgrade python
105
[[ $TOXENV =~ py2 ]] && brew install python@2
106
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
ci/templates/.travis.yml
@@ -45,6 +45,7 @@ before_install:
45
46
47
48
49
50
51
0 commit comments