提交 7120c660 authored 作者: Frederic's avatar Frederic

Remove coverage from the daily buildbot. We don't use it, it make the output…

Remove coverage from the daily buildbot. We don't use it, it make the output very big and if we want to use it, now there is better online tools that integrate with github
上级 ee245777
...@@ -21,7 +21,7 @@ if [ "$1" == "--buildbot" ]; then ...@@ -21,7 +21,7 @@ if [ "$1" == "--buildbot" ]; then
cd ${ROOT_CWD}/Theano cd ${ROOT_CWD}/Theano
git rev-parse HEAD git rev-parse HEAD
#Run tests from inside the Theano directory to prevent import problem. #Run tests from inside the Theano directory to prevent import problem.
PROFILING="--with-coverage --cover-package=theano" # PROFILING="--with-coverage --cover-package=theano"
NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH
else else
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论