mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 07:44:38 +01:00
use travis_retry with apt-get commands
Avoid spurious failures on connectivity issues.
This commit is contained in:
parent
b8af77bdea
commit
71e1f00d03
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ install:
|
|||
- travis_retry pip install pylast flask
|
||||
# unittest backport on Python < 2.7
|
||||
- "[[ $TRAVIS_PYTHON_VERSION == '2.6' ]] && pip install unittest2 || true"
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -qq bash-completion
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install -qq bash-completion
|
||||
|
||||
script: nosetests --with-coverage --cover-package=beets
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue