added build dependencies

This commit is contained in:
Richard Hartmann 2016-09-28 23:18:13 +02:00
parent 645025a426
commit e5edf7a739

View file

@ -26,6 +26,8 @@ matrix:
before_install:
- sudo apt-get install libhdf5-openmpi-dev
- pip install numpy
- pip install scipy
- pip install psutil
- pip install sqlitedict
- pip install h5py
- pip install pytest pytest-cov