提交 13becf6d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove ImportError message from buildbot

Error was: ImportError: No module named theano
上级 56b966a1
......@@ -6,7 +6,6 @@ NOSETESTS=nosetests
ARGS=$@
PROFILING=""
RELEASE=""
COMPILEDIR=`python -c "import theano;print theano.config.compiledir"`
if [ "$1" == "--release" ]; then
RELEASE="True"
shift
......@@ -21,6 +20,8 @@ if [ "$1" == "--buildbot" ]; then
cd ..
ARGS="Theano"
PROFILING="--with-coverage --cover-package=theano"
else
COMPILEDIR=`python -c "import theano;print theano.config.compiledir"`
fi
echo "Number of elements in the compiledir:"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论