提交 b52bfc83 authored 作者: Reyhane Askari's avatar Reyhane Askari

printing cache directory

上级 fe1083e8
...@@ -53,23 +53,24 @@ matrix: ...@@ -53,23 +53,24 @@ matrix:
env: PART="-e test_flake8.py ." THEANO_FLAGS="mode=FAST_COMPILE,floatX=float32" env: PART="-e test_flake8.py ." 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 - python -c 'import theano; print theano.config.compiledir'
- python --version # - export THEANO_FLAGS=$THEANO_FLAGS,warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc.cxxflags=-pipe
- uname -a # - python --version
- free -m # - uname -a
- df -h # - free -m
- ulimit -a # - df -h
# Move out of Theano so the import will use the installed version # - ulimit -a
- cd .. # # Move out of Theano so the import will use the installed version
# Move to the path of the installed version # - cd ..
- cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])') # # Move to the path of the installed version
- echo "$PART" # - cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])')
- cd -; cd Theano # - echo "$PART"
- python -c 'import theano; print(theano.config.__str__(print_doc=False))' # - cd -; cd Theano
- python -c 'import theano; assert(theano.config.blas.ldflags != "")' # - python -c 'import theano; print(theano.config.__str__(print_doc=False))'
- theano-nose -v $PART # - python -c 'import theano; assert(theano.config.blas.ldflags != "")'
- if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --nopdf --check; fi # - theano-nose -v $PART
- if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --test --check; fi # - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --nopdf --check; fi
# - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --test --check; fi
after_failure: after_failure:
- cat /home/travis/.pip/pip.log - cat /home/travis/.pip/pip.log
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论