提交 1b1d7f73 authored 作者: Frederic's avatar Frederic

change the travis-ci tests split to equilibrate it more.

上级 9b1f641d
...@@ -20,10 +20,10 @@ install: ...@@ -20,10 +20,10 @@ install:
- "pip install . --no-deps --use-mirrors" - "pip install . --no-deps --use-mirrors"
# command to run tests # command to run tests
env: env:
- PART="theano/tensor/nnet/ theano/tensor/signal/ theano/compile/ theano/gof/ theano/misc/ theano/tests/ theano/compat" - PART="theano/tensor/nnet/ theano/tensor/signal/ theano/compile/ theano/gof/ theano/misc/ theano/tests/ theano/compat theano/scan_module/"
# This part is select such that all scipy code is there. # This part is select such that all scipy code is there.
# We install scipy only for this part to make the test time faster. # We install scipy only for this part to make the test time faster.
- PART="theano/scan_module/ theano/sandbox theano/sparse theano/scalar/" - PART="theano/sandbox theano/sparse theano/scalar/"
- PART="theano/tensor/tests/test_basic.py" - PART="theano/tensor/tests/test_basic.py"
- PART="-e test_basic.py theano/tensor/tests" - PART="-e test_basic.py theano/tensor/tests"
script: script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论