提交 2a3c21be authored 作者: slefrancois's avatar slefrancois

test doc

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