Skip to content

Commit 918552e

Browse files
committed
specify MB_ML_VER in .travis.yml
1 parent 66f8fdb commit 918552e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
env:
22
global:
33
- REPO_DIR=netcdf4-python
4-
- BUILD_COMMIT=v1.5.5rel2
4+
- BUILD_COMMIT=v1.5.5.1rel
55
- PLAT=x86_64
66
- UNICODE_WIDTH=32
77
- NP_BUILD_DEP=1.17.3
88
- NP_TEST_DEP=1.17.3
99
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
10+
# manylinux version to build (1, 2010 or 2014)
11+
- MB_ML_VER=2014
1012
# Following generated with
1113
# travis encrypt -r MacPython/netcdf4-python-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
1214
- secure:

config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export NO_NET=1
77
export MACOSX_DEPLOYMENT_TARGET="10.9"
88
export NETCDF_VERSION="4.7.4"
99
export HDF5_VERSION="1.12.0"
10-
export MB_ML_VER=2014
1110

1211
source h5py-wheels/config.sh
1312

0 commit comments

Comments
 (0)