Skip to content

Commit f226129

Browse files
committed
add osx builds with pyenv preinstall 2
1 parent 8bb16f6 commit f226129

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ matrix:
1717
python: "2.7"
1818
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
1919
before_install:
20-
- brew update
21-
- brew install pyenv
22-
- pyenv install 2.7
20+
- brew update && brew upgrade pyenv
21+
- pyenv install -f 2.7
2322
- virtualenv -p ~/.pyenv/versions/2.7/bin/python ./env
2423
- source env/bin/activate
2524
# Source package verification with Python 3.6 and librdkafka master
2625
- os: osx
2726
python: "3.6"
2827
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
2928
before_install:
30-
- brew update
31-
- brew install pyenv
32-
- pyenv install 3.6.5
29+
- brew update && brew upgrade pyenv
30+
- pyenv install -f 3.6.5
3331
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
3432
- source env/bin/activate
3533
# cibuildwheel for osx

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy