File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11env :
22 global :
33 - REPO_DIR=netcdf4-python
4- - BUILD_COMMIT=v1.5.5.1rel
4+ - BUILD_COMMIT=src_reorg
55 - PLAT=x86_64
66 - UNICODE_WIDTH=32
77 - NP_BUILD_DEP=1.17.3
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ function pip_opts {
2828
2929function run_tests {
3030 # Runs tests on installed distribution from an empty directory
31+ URL=" http://remotetest.unidata.ucar.edu/thredds/dodsC/testdods/testData.nc"
32+ URL_https=" https://podaac-opendap.jpl.nasa.gov/opendap/allData/modis/L3/aqua/11um/v2014.0/4km/daily/2017/365/A2017365.L3m_DAY_NSST_sst_4km.nc"
33+ /usr/local/bin/ncdump -h $URL
34+ /usr/local/bin/ncdump -h $URL_https
3135 cp ../netcdf4-python/test/* .
3236 python run_all.py
3337}
You can’t perform that action at this time.
0 commit comments