提交 cffb83f4 authored 作者: Frederic's avatar Frederic

less version scipy install and doc why we use version 0.8.

上级 4f90d123
......@@ -13,7 +13,9 @@ before_install:
install:
# 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 scipy==0.8 --use-mirrors"
# We support scipy 0.7.2, but it is not available on pypi anymore.
# So we test with 0.8. Our internal buildbot have 0.7.2
- "pip install -q scipy==0.8 --use-mirrors"
- "pip install . --no-deps --use-mirrors"
# command to run tests
env:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论