Skip to content

Commit e4f7bb6

Browse files
committed
travis: Install virtualenv on osx
1 parent 1a1586c commit e4f7bb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
before_install:
2020
- brew update && brew upgrade pyenv
2121
- pyenv install -f 2.7.15
22+
- pip install virtualenv
2223
- virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
2324
- source env/bin/activate
2425
# Source package verification with Python 3.6 and librdkafka v0.11.5
@@ -28,11 +29,15 @@ matrix:
2829
before_install:
2930
- brew update && brew upgrade pyenv
3031
- pyenv install -f 3.6.5
32+
- pip install virtualenv
3133
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
3234
- source env/bin/activate
3335
# cibuildwheel for osx
3436
- os: osx
3537
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
3641
# cibuildwheel for manylinux
3742
- os: linux
3843
dist: trusty

0 commit comments

Comments
 (0)