We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f8fdb commit 918552eCopy full SHA for 918552e
.travis.yml
@@ -1,12 +1,14 @@
1
env:
2
global:
3
- REPO_DIR=netcdf4-python
4
- - BUILD_COMMIT=v1.5.5rel2
+ - BUILD_COMMIT=v1.5.5.1rel
5
- PLAT=x86_64
6
- UNICODE_WIDTH=32
7
- NP_BUILD_DEP=1.17.3
8
- NP_TEST_DEP=1.17.3
9
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
10
+ # manylinux version to build (1, 2010 or 2014)
11
+ - MB_ML_VER=2014
12
# Following generated with
13
# travis encrypt -r MacPython/netcdf4-python-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
14
- secure:
config.sh
@@ -7,7 +7,6 @@ export NO_NET=1
export MACOSX_DEPLOYMENT_TARGET="10.9"
export NETCDF_VERSION="4.7.4"
export HDF5_VERSION="1.12.0"
-export MB_ML_VER=2014
source h5py-wheels/config.sh
0 commit comments