提交 fe0ad63e authored 作者: nouiz's avatar nouiz

Merge pull request #828 from nouiz/travis

Split tests and disable warning. No NEWS.txt
...@@ -16,8 +16,12 @@ install: ...@@ -16,8 +16,12 @@ install:
- "pip install . --no-deps --use-mirrors" - "pip install . --no-deps --use-mirrors"
# command to run tests # command to run tests
env: env:
#1081s on oolong - PART="theano/tensor/nnet/ theano/tensor/signal/ theano/compile/ theano/gof/ theano/misc/ theano/scalar/ theano/tests/"
- PART="theano/tensor/nnet/ theano/tensor/signal/ theano/compile/ theano/gof/ theano/misc/ theano/scalar/ theano/tests/ theano/scan_module/ theano/sandbox theano/sparse" - PART="theano/scan_module/ theano/sandbox theano/sparse"
# - PART="theano/tensor/tests/test_basic.py"
- PART="theano/tensor/tests" - PART="-e test_basic.py theano/tensor/tests"
script: theano-nose $PART script:
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
- python --version
- echo $PART
- theano-nose $PART
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论