提交 20e9ae05 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Print the theano configuration on travis.

上级 f2100b06
...@@ -64,6 +64,7 @@ script: ...@@ -64,6 +64,7 @@ script:
- cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])') - cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])')
- echo "$PART" - echo "$PART"
- cd -; cd Theano - cd -; cd Theano
- python -c 'import theano; print(theano.config)'
- theano-nose -v $PART - theano-nose -v $PART
- if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --nopdf --check; fi - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --nopdf --check; fi
- if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --test --check; fi - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --test --check; fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论