5
5
- BUILD_COMMIT=master
6
6
- PLAT=x86_64
7
7
- CYTHON_BUILD_DEP="Cython==0.29.18"
8
+ - PYTHRAN_BUILD_DEP="pythran"
8
9
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
9
10
- UNICODE_WIDTH=32
10
11
- MANYLINUX_URL="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -140,7 +141,7 @@ before_install:
140
141
CONTAINER=wheels;
141
142
UPLOAD_ARGS="--no-update-index";
142
143
fi
143
- - BUILD_DEPENDS="wheel oldest-supported-numpy $CYTHON_BUILD_DEP $PYBIND11_BUILD_DEP"
144
+ - BUILD_DEPENDS="wheel oldest-supported-numpy $CYTHON_BUILD_DEP $PYTHRAN_BUILD_DEP $ PYBIND11_BUILD_DEP"
144
145
- TEST_DEPENDS="oldest-supported-numpy pytest pytest-xdist pytest-faulthandler pytest-env"
145
146
- source multibuild/common_utils.sh
146
147
- source multibuild/travis_steps.sh
@@ -167,7 +168,7 @@ after_success:
167
168
source extra_functions.sh;
168
169
for f in wheelhouse/*.whl; do rename_wheel $f; done;
169
170
ANACONDA_ORG="scipy-wheels-nightly";
170
- pip install git+https://github.com/Anaconda-Server /anaconda-client;
171
+ pip install git+https://github.com/Anaconda-Platform /anaconda-client.git@ce89e4351eef ;
171
172
anaconda -t ${SCIPY_WHEELS_NIGHTLY} upload --force -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
172
173
fi
173
174
# for merges (push events) we use the staging area instead;
@@ -176,6 +177,6 @@ after_success:
176
177
# multibuild-wheels-staging
177
178
- if [ "$TRAVIS_EVENT_TYPE" == "push" ]; then
178
179
ANACONDA_ORG="multibuild-wheels-staging";
179
- pip install git+https://github.com/Anaconda-Server /anaconda-client;
180
+ pip install git+https://github.com/Anaconda-Platform /anaconda-client.git@ce89e4351eef ;
180
181
anaconda -t ${SCIPY_STAGING_UPLOAD_TOKEN} upload --force -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
181
182
fi
0 commit comments