mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Use travis_retry.
http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries
This commit is contained in:
parent
1d59dd1275
commit
3de9ff387d
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
language: python
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
- travis_retry sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install:
|
||||
- python setup.py dev[testing]
|
||||
- travis_retry python setup.py dev[testing]
|
||||
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
|
|
@ -12,4 +12,4 @@ env:
|
|||
- TOX_ENV=lint
|
||||
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
- travis_retry tox -e $TOX_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue