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 00b4521 commit 32063aeCopy full SHA for 32063ae
.travis.yml
@@ -63,7 +63,7 @@ install:
63
- if [[ ! -z $EXTRA_PKGS ]]; then pip install $(echo $EXTRA_PKGS) ; fi
64
65
script:
66
- - if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install -v --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro] ; fi
+ - if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro] ; fi
67
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
68
# Make plugins available for tests
69
- ldd staging/libs/* || otool -L staging/libs/* || true
0 commit comments