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

add xunit to jenkins pretest

上级 140d0a06
...@@ -10,7 +10,7 @@ export PATH=/usr/local/miniconda2/bin:$PATH ...@@ -10,7 +10,7 @@ export PATH=/usr/local/miniconda2/bin:$PATH
# 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 --with-xunit --xunit-file=theano_pre_tests.xml || exit 1
# Test documentation # Test documentation
echo "===== Testing documentation build" echo "===== Testing documentation build"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论