Install bash-completion on travis

This commit is contained in:
Thomas Scholtes 2014-02-28 16:57:22 +01:00
parent 2b0929b71b
commit 57f7fccdde

View file

@ -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