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

[ci skip]

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