Skip to content

Commit 52728f6

Browse files
committed
Install hdf5 manually if python version = 3.7
This is a problem of PyTables with python 3.7
1 parent 7e57239 commit 52728f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
# - sudo apt-get install coinor-cbc
1414

1515
install:
16+
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then sudo apt-get install libhdf5-dev; fi
1617
- pip install .
1718
- pip install coveralls sphinx nbformat pytest-cov jupyter
1819

0 commit comments

Comments
 (0)