Merge pull request #34 from miroi/travis-ci-fi

fix of travis-ci test: use BLAS package instead of OpenBLAS
This commit is contained in:
Radovan Bast 2015-07-16 23:19:30 +02:00
commit 6e97708f50

View File

@ -1,6 +1,6 @@
language: cpp language: cpp
install: install:
- sudo apt-get install g++ cmake gfortran libopenblas-base libopenblas-dev - sudo apt-get install g++ cmake gfortran libblas-dev
- sudo pip install pytest pep8 - sudo pip install pytest pep8
script: script:
- pep8 --ignore=E501 update.py - pep8 --ignore=E501 update.py