提交 2fc3e109 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Add assert that we have some kind of blas on travis.

上级 9f1893a3
......@@ -65,6 +65,7 @@ script:
- echo "$PART"
- cd -; cd Theano
- python -c 'import theano; print(theano.config)'
- python -c 'import theano; assert(theano.config.blas.ldflags != "")'
- 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 --test --check; fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论