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 304f92d commit 53155e9Copy full SHA for 53155e9
.travis.yml
@@ -33,7 +33,7 @@ install:
33
34
35
script:
36
- - pip install --upgrade pip
+ - if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install --upgrade pip ; fi
37
- 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
38
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
39
- if [[ -z $CIBW_BEFORE_BUILD ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
0 commit comments