提交 19ca8709 authored 作者: Frederic's avatar Frederic

Fix path in buildbot file.

上级 c9311ca2
...@@ -21,7 +21,7 @@ if [ "$1" == "--buildbot" ]; then ...@@ -21,7 +21,7 @@ if [ "$1" == "--buildbot" ]; then
cd .. cd ..
ARGS="Theano" ARGS="Theano"
PROFILING="--with-coverage --cover-package=theano" PROFILING="--with-coverage --cover-package=theano"
NOSETESTS=${ROOT_CWD}/bin/theano-nose NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH
else else
COMPILEDIR=`python -c "import theano; print theano.config.compiledir"` COMPILEDIR=`python -c "import theano; print theano.config.compiledir"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论