Skip to content

Commit 22902e7

Browse files
committed
travis: don't upgrade brew packages (for now) to avoid pyenv breakage
1 parent bbf61f7 commit 22902e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ matrix:
2121
env: DYLD_LIBRARY_PATH="$PWD/tmp-build/lib"
2222
before_install:
2323
- pip install -U pip && pip install virtualenv
24-
- brew update && brew upgrade pyenv
2524
- pyenv install -f 2.7.15
2625
- pip install virtualenv
2726
- virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
@@ -32,7 +31,6 @@ matrix:
3231
env: DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" MK_DOCS="y" EXTRA_PKGS="sphinx sphinx_rtd_theme avro-python3"
3332
before_install:
3433
- pip install -U pip && pip install virtualenv
35-
- brew update && brew upgrade pyenv
3634
- pyenv install -f 3.6.5
3735
- pip install virtualenv
3836
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
@@ -41,7 +39,6 @@ matrix:
4139
- os: osx
4240
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
4341
before_install:
44-
- brew update && brew upgrade pyenv
4542
- pip install virtualenv
4643
# cibuildwheel for manylinux
4744
- os: linux

0 commit comments

Comments
 (0)