File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ wheelhouse
20
20
dl- *
21
21
* .whl
22
22
.pytest_cache
23
+ staging
23
24
docker /conf /tls /*
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ install:
64
64
script :
65
65
- 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
66
66
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
67
-
68
- # Make plugins available for tests
67
+ # Make plugins available for tests
69
68
- ldd staging/libs/* || otool -L staging/libs/* || true
70
69
- if [[ -z $CIBW_BEFORE_BUILD && $TRAVIS_OS_NAME == "osx" ]]; then DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:staging/libs py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
71
70
- if [[ -z $CIBW_BEFORE_BUILD && $TRAVIS_OS_NAME == "linux" ]]; then LD_LIBRARY_PATH=$LD_LIBRARY_PATH:staging/libs py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
You can’t perform that action at this time.
0 commit comments