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