Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit f8dfe45

Browse files
committed
Merge branch 'daily'
* daily: Update to latest multibuild. Add six as dependency Label pkgconfig as a dependency Update to branch adding back rsync Add unittest2 as test dependency Update to latest multibuild Try fix unexplained failures. Try to rebuild, debugging build errors. Try another multibuild fix Try workaround in multibuild Update to latest multibuild Fix upload of h5py development wheels
2 parents 52423a6 + 97aa93e commit f8dfe45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ matrix:
102102
- NP_TEST_DEP="1.11.3"
103103

104104
before_install:
105+
# See:
106+
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
107+
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
105108
- if [ "$TRAVIS_BRANCH" == "daily" ]; then
106109
CONTAINER="pre-release";
107110
BUILD_COMMIT=${DAILY_COMMIT:-$BUILD_COMMIT};
@@ -128,5 +131,5 @@ after_success:
128131
- pip install wheelhouse-uploader
129132
- python -m wheelhouse_uploader upload --local-folder
130133
${TRAVIS_BUILD_DIR}/wheelhouse/
131-
--no-update-index
132-
wheels
134+
$UPLOAD_ARGS
135+
$CONTAINER

0 commit comments

Comments
 (0)