File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,17 @@ matrix:
17
17
python : " 2.7"
18
18
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
19
19
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
23
22
- virtualenv -p ~/.pyenv/versions/2.7/bin/python ./env
24
23
- source env/bin/activate
25
24
# Source package verification with Python 3.6 and librdkafka master
26
25
- os : osx
27
26
python : " 3.6"
28
27
env : LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
29
28
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
33
31
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
34
32
- source env/bin/activate
35
33
# cibuildwheel for osx
You can’t perform that action at this time.
0 commit comments