Skip to content

Commit a11a8ec

Browse files
committed
test dap in netcdf-c by running ncdump
1 parent 41c4661 commit a11a8ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
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

config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ function pip_opts {
2828

2929
function 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
}

0 commit comments

Comments
 (0)