提交 4f90d123 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #1259 from nouiz/travis-ci-scipy

Install scipy in travis-ci buildbot.
...@@ -8,11 +8,12 @@ python: ...@@ -8,11 +8,12 @@ python:
# - "3.2" # - "3.2"
# command to install dependencies # command to install dependencies
before_install: before_install:
- sudo apt-get install -qq libatlas3gf-base libatlas-dev - sudo apt-get install -qq libatlas3gf-base libatlas-dev liblapack-dev gfortran
# - sudo apt-get install -qq libopenblas-dev
install: install:
# If we don't install numpy before SciPy 0.10.1, the SciPy installations fails. # If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
- "pip install -q numpy==1.5 --use-mirrors" - "pip install -q numpy==1.5 --use-mirrors"
# We can't install SciPy as there is no BLAS installed. - "pip install scipy==0.8 --use-mirrors"
- "pip install . --no-deps --use-mirrors" - "pip install . --no-deps --use-mirrors"
# command to run tests # command to run tests
env: env:
...@@ -30,5 +31,6 @@ script: ...@@ -30,5 +31,6 @@ script:
#after_script: #after_script:
#after_failure: after_failure:
- cat /home/travis/.pip/pip.log
#after_success: #after_success:
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论