From 332057144d91e227f4e619e6dc8d8701d23a9ec5 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Thu, 15 Aug 2013 12:35:27 -0500 Subject: BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff. sudo apt-get install -qq libatlas-dev libatlas-base-dev --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e3829dea0..38b1ec0c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.1