Skip to content

Commit d8b22ae

Browse files
committed
Use version specific pip for legacy xcode builds
1 parent ed1b1b4 commit d8b22ae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,18 @@ matrix:
4343
# cibuildwheel for osx with legacy x-code
4444
- os: osx
4545
osx_image: xcode8.3
46+
python: "2.7"
4647
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
4748
before_install:
4849
- brew update && brew upgrade pyenv
49-
- pip install virtualenv
50+
- pip2 install virtualenv
51+
- os: osx
52+
osx_image: xcode8.3
53+
python: "3.6"
54+
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
55+
before_install:
56+
- brew update && brew upgrade pyenv
57+
- pip3 install virtualenv
5058
# cibuildwheel for manylinux
5159
- os: linux
5260
dist: trusty

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