Skip to content

Commit

Permalink
BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff.
Browse files Browse the repository at this point in the history
sudo apt-get install -qq libatlas-dev libatlas-base-dev
  • Loading branch information
cowlicks committed Sep 6, 2013
1 parent 022aea8 commit 3320571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ before_install:
- pip install nose
# pip install coverage
- python -V
- sudo apt-get install -qq libatlas-dev libatlas-base-dev
- popd

install:
# We used to use 'setup.py install' here, but that has the terrible
# behaviour that if a copy of the package is already installed in
Expand Down

0 comments on commit 3320571

Please sign in to comment.