Skip to content

Commit 2b98d80

Browse files
committed
[travis/macOS] disable brew update
1 parent 342b273 commit 2b98d80

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ matrix:
3838
env:
3939
- OSXENV=3.8.0
4040

41+
addons:
42+
homebrew:
43+
packages:
44+
- pyenv
45+
- pyenv-virtualenv
46+
update: false
47+
4148
install:
4249
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
4350
- if [ $PYVER = 3 ]; then
@@ -53,10 +60,6 @@ install:
5360
fi;
5461

5562
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
56-
brew update;
57-
brew install pyenv;
58-
brew upgrade pyenv;
59-
brew install pyenv-virtualenv;
6063
eval "$(pyenv init -)";
6164
eval "$(pyenv virtualenv-init -)";
6265
pyenv install $OSXENV;

0 commit comments

Comments
 (0)