How can I install something on Travis CI without a timeout?

前端 未结 3 1180
长情又很酷
长情又很酷 2020-12-01 18:33

I am trying to test a package build on travis-ci.org, but am coming up against a timeout with pip install scipy:

Installing collected packages: scipy
  Runni         


        
3条回答
  •  借酒劲吻你
    2020-12-01 18:58

    The solution is straightforward. Just prefix the installation command with travis_wait. More details are available at https://docs.travis-ci.com/user/common-build-problems.

提交回复
热议问题