File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
global :
3
- LIBRDKAFKA_NUGET_VERSION : 1.0.0-RC3
3
+ LIBRDKAFKA_NUGET_VERSION : 1.0.0-RC4
4
4
CIBW_SKIP : cp33-* cp34-*
5
5
CIBW_TEST_REQUIRES : pytest requests avro
6
6
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
Original file line number Diff line number Diff line change 1
1
env :
2
2
global :
3
- - LIBRDKAFKA_VERSION=v1.0.0-RC3
3
+ - LIBRDKAFKA_VERSION=v1.0.0-RC4
4
4
matrix :
5
5
include :
6
6
# Source package verification with Python 2.7
@@ -70,7 +70,7 @@ script:
70
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
71
71
- if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then cibuildwheel --output-dir wheelhouse1 && tools/fixup-wheels.sh wheelhouse1 wheelhouse ; fi
72
72
- if [[ -n $TRAVIS_TAG && $TRAVIS_OS_NAME == linux && -n $CIBW_BEFORE_BUILD ]]; then tools/test-manylinux.sh ; fi
73
- - if [[ -n $TRAVIS_TAG && $TRAVIS_OS_NAME == osx && -n $CIBW_BEFORE_BUILD ]]; then tools/test-osx.sh; fi
73
+ - if [[ -n $TRAVIS_TAG && $TRAVIS_OS_NAME == osx && -n $CIBW_BEFORE_BUILD ]]; then tools/test-osx.sh; fi
74
74
75
75
deploy :
76
76
provider : s3
You can’t perform that action at this time.
0 commit comments