提交 dd44d9e3 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Fail tests fast

This can be removed after CI is in working order.
上级 311feb67
......@@ -104,7 +104,7 @@ script:
- python -c 'import theano; print(theano.__version__)'
- python -c 'import theano; print(theano.config.__str__(print_doc=False))'
- python -c 'import theano; assert(theano.config.blas.ldflags != "")'
- pytest -r A --verbose --runslow --cov=theano/ --cov-append --no-cov-on-fail $PART
- pytest -x -r A --verbose --runslow --cov=theano/ --cov-append --no-cov-on-fail $PART || travis_terminate 1
after_success:
- coveralls
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论