提交 0c641695 authored 作者: Frederic's avatar Frederic

Split the installation as otherwise the installation of scipy fail.

上级 f2d9a1c3
......@@ -4,6 +4,9 @@ python:
# - "2.7"
# - "3.2"
# command to install dependencies
install: "pip install . --use-mirrors"
install:
#If we don't install numpy before SciPy Scipy 0.10.1 build fail.
- "pip install numpy --use-mirrors"
- "pip install . --use-mirrors"
# command to run tests
script: theano-nose
\ No newline at end of file
script: theano-nose
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论