提交 9c764c28 authored 作者: Pascal Lamblin's avatar Pascal Lamblin 提交者: Frederic

Make .travis.yml pass travis-lint

上级 1b1d7f73
......@@ -27,7 +27,7 @@ env:
- PART="theano/tensor/tests/test_basic.py"
- PART="-e test_basic.py theano/tensor/tests"
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
- python --version
- uname -a
......@@ -41,4 +41,4 @@ script:
#after_script:
after_failure:
- cat /home/travis/.pip/pip.log
#after_success:
\ No newline at end of file
#after_success:
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论