提交 398eafcf authored 作者: Frederic's avatar Frederic

Don't install SciPy deps for travisci

上级 913380fe
......@@ -7,6 +7,7 @@ python:
install:
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
- "pip install numpy --use-mirrors"
- "pip install . --use-mirrors"
#We can't install SciPy as there is no BLAS installed.
- "pip install . --no-deps --use-mirrors"
# command to run tests
script: theano-nose
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论