提交 e399de59 authored 作者: Frederic's avatar Frederic

Use nose-timelimit with travis to help find slow tests.

上级 2e2a1cb5
......@@ -17,6 +17,7 @@ install:
# So we test with 0.8. Our internal buildbot have 0.7.2.
# We install it later only for the PART that need it.
# - "pip install -q scipy==0.8 --use-mirrors"
- "pip install nose-timelimit --use-mirrors"
- "pip install . --no-deps --use-mirrors"
# command to run tests
env:
......@@ -36,7 +37,7 @@ script:
- df -h
- ulimit -a
- echo $PART
- theano-nose -v $PART
- theano-nose --with-timelimit -v $PART
#after_script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论