提交 ba4e428d authored 作者: slefrancois's avatar slefrancois

correct linebreaks in echo

上级 27ded8a9
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
source ~/.bashrc source ~/.bashrc
# Test flake8 # Test flake8
echo "\n===== Testing flake8" echo "===== Testing flake8"
bin/theano-nose theano/tests/test_flake8.py || exit 1 bin/theano-nose theano/tests/test_flake8.py || exit 1
# Test documentation # Test documentation
echo "\n===== Testing documentation build" echo "===== Testing documentation build"
python doc/scripts/docgen.py --nopdf --check || exit 1 python doc/scripts/docgen.py --nopdf --check || exit 1
echo "\n===== Testing documentation code snippets" echo "===== Testing documentation code snippets"
python doc/scripts/docgen.py --test --check || exit 1 python doc/scripts/docgen.py --test --check || exit 1
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论