提交 1b36c368 authored 作者: abalkin's avatar abalkin

Reverted travis config changes.

上级 967ba312
...@@ -16,14 +16,12 @@ install: ...@@ -16,14 +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:
# - 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/"
# - PART="theano/scan_module/ theano/sandbox theano/sparse" - PART="theano/scan_module/ theano/sandbox theano/sparse"
- PART="-v theano/tensor/tests/test_basic.py:TestTensorInstanceMethods.test_take" - 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:
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise - export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
- uname -a
- gcc --version
- python --version - python --version
- echo $PART - echo $PART
- theano-nose $PART - theano-nose $PART
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论