Skip to content

Commit 6c5b25e

Browse files
committed
clean up cluster_up.sh
1 parent aa3f516 commit 6c5b25e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ matrix:
66
dist: trusty
77
python: "2.7"
88
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.5
9+
services: docker
910
# Source package verification with Python 3.6 and librdkafka v0.11.5
1011
- os: linux
1112
language: python
1213
dist: trusty
1314
python: "3.6"
1415
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.5
16+
services: docker
1517
# Source package verification with Python 2.7 and librdkafka v0.11.5
1618
- os: osx
1719
python: "2.7"
@@ -53,7 +55,8 @@ install:
5355
script:
5456
- 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
5557
- if [[ -z $CIBW_BEFORE_BUILD ]]; then flake8 ; fi
56-
- if [[ -z $CIBW_BEFORE_BUILD ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
58+
- if [[ -z $CIBW_BEFORE_BUILD && $TRAVIS_OS_NAME != "osx" ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append; tests/run.sh; fi
59+
- if [[ -z $CIBW_BEFORE_BUILD && $TAVIS_OS_NAME = "osx" ]]; then py.test -v --timeout 20 --ignore=tmp-build --import-mode append ; fi
5760
- if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then cibuildwheel --output-dir wheelhouse ; ls -la wheelhouse/ ; fi
5861
- if [[ -n $TRAVIS_TAG && $TRAVIS_OS_NAME == linux && -n $CIBW_BEFORE_BUILD ]]; then tools/test-manylinux.sh ; fi
5962

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy