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