提交 9b1f641d authored 作者: Frederic's avatar Frederic

Quote the command to try to make travis-ci parse our script.

上级 318b6f8c
...@@ -27,7 +27,7 @@ env: ...@@ -27,7 +27,7 @@ env:
- PART="theano/tensor/tests/test_basic.py" - PART="theano/tensor/tests/test_basic.py"
- PART="-e test_basic.py theano/tensor/tests" - PART="-e test_basic.py theano/tensor/tests"
script: script:
- if [ `expr "$PART" : '.*sparse'` -gt "0" ]; then pip install scipy==0.8 --use-mirrors; fi - 'if [ `expr "$PART" : '.*sparse'` -gt "0" ]; then pip install scipy==0.8 --use-mirrors; fi'
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise - export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
- python --version - python --version
- uname -a - uname -a
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论