Skip to content

Commit

Permalink
add libopenblas in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Sep 10, 2018
1 parent 4a7bd39 commit 8e1fe91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ matrix:
- os: linux
python: '3.6'

before_install:
- sudo apt-get update
- sudo apt-get install -y libopenblas-dev
install:
- pip install pip --upgrade -q
- travis_retry pip install numpy scipy six pandas -q
Expand Down

0 comments on commit 8e1fe91

Please sign in to comment.