We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f226129 commit 416c826Copy full SHA for 416c826
.travis.yml
@@ -18,8 +18,8 @@ matrix:
18
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
19
before_install:
20
- brew update && brew upgrade pyenv
21
- - pyenv install -f 2.7
22
- - virtualenv -p ~/.pyenv/versions/2.7/bin/python ./env
+ - pyenv install -f 2.7.15
+ - virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
23
- source env/bin/activate
24
# Source package verification with Python 3.6 and librdkafka master
25
- os: osx
0 commit comments