try to get travis working with hdf5

This commit is contained in:
rowanc1
2013-12-04 13:23:58 -08:00
parent 674d89ed41
commit 9f76d2c3d9
+1 -1
View File
@@ -4,7 +4,7 @@ python:
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib libhdf5-dev
- python SimPEG/setup.py
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"