提交 a3408250 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Regroup and split parts slightly differently.

上级 27705c7c
...@@ -4,7 +4,6 @@ sudo: false ...@@ -4,7 +4,6 @@ sudo: false
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
- $HOME/.theano
- $HOME/download # Sufficient to add miniconda.sh to TRAVIS cache. - $HOME/download # Sufficient to add miniconda.sh to TRAVIS cache.
- $HOME/miniconda2 # Add the installation to TRAVIS cache. - $HOME/miniconda2 # Add the installation to TRAVIS cache.
...@@ -53,19 +52,25 @@ jobs: ...@@ -53,19 +52,25 @@ jobs:
- &normaltest - &normaltest
stage: test stage: test
python: "2.7" python: "2.7"
env: PART="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/sparse theano/tests -e test_flake8.py theano/typed_list" env: PART="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/tests -e test_flake8.py theano/typed_list"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: PART="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/tests -e test_flake8.py theano/typed_list"
- <<: *normaltest - <<: *normaltest
env: PART="theano/tensor -e test_basic.py --exclude-dir=theano/tensor/nnet" env: PART="theano/sparse theano/tensor --exclude-test=theano.tensor.tests.test_basic --exclude-test=theano.tensor.tests.test_elemwise --exclude-test=theano.tensor.tests.test_opt --exclude-dir=theano/tensor/nnet"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: PART="theano/tensor -e test_basic.py --exclude-dir=theano/tensor/nnet" env: PART="theano/sparse theano/tensor --exclude-test=theano.tensor.tests.test_basic --exclude-test=theano.tensor.tests.test_elemwise --exclude-test=theano.tensor.tests.test_opt --exclude-dir=theano/tensor/nnet"
- <<: *normaltest - <<: *normaltest
env: PART="theano/tensor/tests/test_basic.py" env: PART="theano/tensor/tests/test_basic.py"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: PART="theano/tensor/tests/test_basic.py" env: PART="theano/tensor/tests/test_basic.py"
- <<: *normaltest
env: PART="theano/tensor/tests/test_elemwise.py theano/tensor/tests/test_opt.py"
- <<: *normaltest
python: "3.4"
env: PART="theano/tensor/tests/test_elemwise.py theano/tensor/tests/test_opt.py"
- <<: *normaltest - <<: *normaltest
env: PART="theano/tensor/nnet -e test_abstract_conv.py" env: PART="theano/tensor/nnet -e test_abstract_conv.py"
- <<: *normaltest - <<: *normaltest
...@@ -77,20 +82,20 @@ jobs: ...@@ -77,20 +82,20 @@ jobs:
python: "3.4" python: "3.4"
env: PART="theano/tensor/nnet/tests/test_abstract_conv.py" env: PART="theano/tensor/nnet/tests/test_abstract_conv.py"
- <<: *normaltest - <<: *normaltest
env: FAST_COMPILE=1 FLOAT32=1 PART="--exclude-dir=theano/tensor -e test_flake8.py ." env: FAST_COMPILE=1 FLOAT32=1 PART="theano -e test_flake8.py --exclude-dir=theano/tensor/nnet --exclude-dir=theano/tensor/signal"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: FAST_COMPILE=1 PART="--exclude-dir=theano/tensor -e test_flake8.py ." env: FAST_COMPILE=1 PART="theano -e test_flake8.py --exclude-dir=theano/tensor/nnet --exclude-dir=theano/tensor/signal"
- <<: *normaltest - <<: *normaltest
env: FAST_COMPILE=1 FLOAT32=1 PART="theano/tensor --exclude-dir=theano/tensor/nnet" env: FAST_COMPILE=1 FLOAT32=1 PART="theano/tensor/nnet"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: FAST_COMPILE=1 PART="theano/tensor --exclude-dir=theano/tensor/nnet" env: FAST_COMPILE=1 PART="theano/tensor/nnet"
- <<: *normaltest - <<: *normaltest
env: FAST_COMPILE=1 FLOAT32=1 PART="theano/tensor/nnet" env: FAST_COMPILE=1 FLOAT32=1 PART="theano/tensor/signal"
- <<: *normaltest - <<: *normaltest
python: "3.4" python: "3.4"
env: FAST_COMPILE=1 PART="theano/tensor/nnet" env: FAST_COMPILE=1 PART="theano/tensor/signal"
script: script:
- if [[ $FAST_COMPILE == "1" ]]; then export THEANO_FLAGS=$THEANO_FLAGS,mode=FAST_COMPILE; fi - if [[ $FAST_COMPILE == "1" ]]; then export THEANO_FLAGS=$THEANO_FLAGS,mode=FAST_COMPILE; fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论