提交 c5524f2d authored 作者: lamblin's avatar lamblin

Merge pull request #821 from nouiz/travisci

Don't install SciPy deps for travisci
...@@ -7,6 +7,7 @@ python: ...@@ -7,6 +7,7 @@ python:
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 numpy --use-mirrors" - "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 # command to run tests
script: theano-nose script: theano-nose
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论