File tree 1 file changed +5
-0
lines changed 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ matrix:
19
19
before_install :
20
20
- brew update && brew upgrade pyenv
21
21
- pyenv install -f 2.7.15
22
+ - pip install virtualenv
22
23
- virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
23
24
- source env/bin/activate
24
25
# Source package verification with Python 3.6 and librdkafka v0.11.5
@@ -28,11 +29,15 @@ matrix:
28
29
before_install :
29
30
- brew update && brew upgrade pyenv
30
31
- pyenv install -f 3.6.5
32
+ - pip install virtualenv
31
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
35
37
env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.5 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
38
+ before_install :
39
+ - brew update && brew upgrade pyenv
40
+ - pip install virtualenv
36
41
# cibuildwheel for manylinux
37
42
- os : linux
38
43
dist : trusty
You can’t perform that action at this time.
0 commit comments