diff --git a/.travis.yml b/.travis.yml index 36a51b6..0b37f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,10 @@ before_script: - pip install pyomo - pip install pysam - pip install matplotlib -- wget https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz -- tar xf hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz -- export LD_LIBRARY_PATH=${PWD}/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/lib:$LD_LIBRARY_PATH -- export HDF5_DIR=${PWD}/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/ +- wget https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz +- tar xf hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz +- export LD_LIBRARY_PATH=${PWD}/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/lib:$LD_LIBRARY_PATH +- export HDF5_DIR=${PWD}/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/ - pip install tables - pip install cython - pip install pandas