Skip to content

Commit 5414e04

Browse files
committed
rebase cleanup
1 parent f84ea35 commit 5414e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ wheelhouse
2020
dl-*
2121
*.whl
2222
.pytest_cache
23+
staging
2324
docker/conf/tls/*

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ install:
6464
script:
6565
- 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
6666
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
67-
68-
# Make plugins available for tests
67+
# Make plugins available for tests
6968
- ldd staging/libs/* || otool -L staging/libs/* || true
7069
- 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
7170
- 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

0 commit comments

Comments
 (0)