提交 38a9a087 authored 作者: notoraptor's avatar notoraptor 提交者: GitHub

Update TRAVIS config: tests splitted

theano/tensor tests are splitted into: - all theano/tensor tests excluding test_basic - just test_basic `mode=FAST_COMPILE` tests are splitted into: - all tests excluding theano/tensor tests - just theano/tensor tests @nouiz
上级 86fdfdaf
...@@ -43,15 +43,20 @@ install: ...@@ -43,15 +43,20 @@ install:
env: env:
- PART="theano/tests/test_flake8.py" DOC=1 - PART="theano/tests/test_flake8.py" DOC=1
- PART="-e test_flake8.py theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/sparse theano/tests theano/typed_list" - PART="-e test_flake8.py theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/sparse theano/tests theano/typed_list"
- PART="theano/tensor" - PART="theano/tensor -e theano/tensor/tests/test_basic.py"
- PART="theano/tensor/tests/test_basic.py"
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- python: "3.3" - python: "3.3"
env: PART="-e test_flake8.py ." THEANO_FLAGS="mode=FAST_COMPILE" env:
- PART="-e theano/tensor test_flake8.py ." THEANO_FLAGS="mode=FAST_COMPILE"
- PART="theano/tensor" THEANO_FLAGS="mode=FAST_COMPILE"
- python: "2.7" - python: "2.7"
env: PART="-e test_flake8.py ." THEANO_FLAGS="mode=FAST_COMPILE,floatX=float32" env:
- PART="-e theano/tensor test_flake8.py ." THEANO_FLAGS="mode=FAST_COMPILE,floatX=float32"
- PART="theano/tensor" THEANO_FLAGS="mode=FAST_COMPILE,floatX=float32"
script: script:
- export THEANO_FLAGS=$THEANO_FLAGS,warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc.cxxflags=-pipe - export THEANO_FLAGS=$THEANO_FLAGS,warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc.cxxflags=-pipe
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论