Skip to content

Commit e35a419

Browse files
committed
testing IDV run 6
1 parent 73fcc2f commit e35a419

File tree

3 files changed

+1621
-1
lines changed

3 files changed

+1621
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
sudo: true
12
language: python
23
python:
34
- '3.6'
45
before_install:
56
- travis_retry pip install sphinx
67
- travis_retry pip install sphinx_rtd_theme
8+
- sudo apt-get install -y xvfb
79
- chmod +x runmetest.sh
810
script:
911
- python setup.py install

runmetest.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ curl -s ftp://ftp.unidata.ucar.edu/pub/idv/nightly_idv_5.5/idv_5_5_linux64_insta
33
chmod +x idv.sh
44
echo `pwd`
55
printf 'o\n\n1\n'`pwd`'/IDV\n'|./idv.sh
6-
./IDV/runIDV
6+
wkdir=`echo pwd`
7+
export IDV_HOME=${wrkdir}/IDV
8+
cd test
9+
idv_teleport -b NOAA_sst.xidv -t 2011-01-01

0 commit comments

Comments
 (0)