travis: Manually install python-dbus

Now used by GObject eventloop registration, Zeroconf integration, and keyring
integration.
This commit is contained in:
Stein Magnus Jodal 2013-11-20 22:53:21 +01:00
parent 6be5cc0f1b
commit 16a76d4ea5

View File

@ -5,6 +5,8 @@ install:
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update || true"
- "sudo apt-get install $(apt-cache depends mopidy | awk '$2 !~ /mopidy|python:any/ {print $2}')"
# Until the mopidy package gets a dependency on python-dbus
- "sudo apt-get install python-dbus"
- "pip install coveralls flake8"
before_script: