提交 f35658f9 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove nose-timelimit

It had been added in e399de59
上级 83c7b7c2
...@@ -22,7 +22,6 @@ install: ...@@ -22,7 +22,6 @@ install:
# So we test with 0.11. Our internal buildbot have 0.7.2. # So we test with 0.11. Our internal buildbot have 0.7.2.
- conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip - conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip
- source activate py26 - source activate py26
- pip install nose-timelimit --use-mirrors
- pip install . --no-deps --use-mirrors - pip install . --no-deps --use-mirrors
# command to run tests # command to run tests
...@@ -40,7 +39,7 @@ script: ...@@ -40,7 +39,7 @@ script:
- df -h - df -h
- ulimit -a - ulimit -a
- echo "$PART" - echo "$PART"
- theano-nose --with-timelimit -v $PART - theano-nose -v $PART
- theano-cache list - theano-cache list
#after_script: #after_script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论