小编Fer*_*ndo的帖子

如何在没有超时的情况下在Travis CI上安装东西?

我正在尝试在travis-ci.org上测试一个包构建,但是我遇到了pip install scipy的超时:

Installing collected packages: scipy
  Running setup.py install for scipy
    Running command /home/travis/virtualenv/python2.6.9/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-Fn2gmJ/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hWDx9L-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/travis/virtualenv/python2.6.9/include/site/python2.6


No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.

The build has been terminated
Run Code Online (Sandbox Code Playgroud)

(从最近的构建日志中提取).

如何在没有超时的情况下在Travis上构建scipy> = 0.11?

continuous-integration scipy travis-ci

16
推荐指数
2
解决办法
3485
查看次数

标签 统计

continuous-integration ×1

scipy ×1

travis-ci ×1