mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Install bash-completion on travis
This commit is contained in:
parent
2b0929b71b
commit
57f7fccdde
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +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
|
||||
|
||||
script: nosetests --with-coverage --cover-package=beets
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue