From f1e0b5b8ef9784904183e26bc28eb5f4ba60a4d5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 8 Apr 2016 16:25:24 -0500 Subject: [PATCH] Avoid bug in h5py 2.6 for the time being --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index acec278ed6..b99ce540b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy h5py pandas + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy h5py=2.5 pandas - source activate test-environment # Install GCC, MPICH, HDF5, PHDF5