Skip to content

Commit

Permalink
forgot cython
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeissinger committed May 13, 2015
1 parent de45293 commit 052213f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ python:
# command to install dependencies
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc g++ gfortran build-essential git wget linux-image-generic python-dev python-pip python-nose
- sudo apt-get install -y gcc g++ gfortran build-essential git wget linux-image-generic libopenblas-dev python-dev python-pip python-nose
- pip install cython
- mkdir deps
- cd deps
- git clone https://github.com/xianyi/OpenBLAS
Expand Down

0 comments on commit 052213f

Please sign in to comment.