We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37d74f commit c4daeb0Copy full SHA for c4daeb0
ci/install.sh
@@ -38,6 +38,8 @@ if [ x"$FULL_DEPS" == x"true" ]; then
38
fi
39
40
if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
41
+ sudo apt-get $APT_ARGS install libhdf5-serial-dev;
42
+ pip install numexpr
43
pip install tables
44
45
0 commit comments