diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |