Skip to content

Commit 8bb16f6

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@ matrix:
1818
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
1919
before_install:
2020
- brew update
21-
- brew install python2
22-
- virtualenv env -p python2
21+
- brew install pyenv
22+
- pyenv install 2.7
23+
- virtualenv -p ~/.pyenv/versions/2.7/bin/python ./env
2324
- source env/bin/activate
2425
# Source package verification with Python 3.6 and librdkafka master
2526
- os: osx
2627
python: "3.6"
2728
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
2829
before_install:
2930
- brew update
30-
- brew install python3
31-
- virtualenv env -p python3
31+
- brew install pyenv
32+
- pyenv install 3.6.5
33+
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
3234
- source env/bin/activate
3335
# cibuildwheel for osx
3436
- os: 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