Revert "travis: Manually install python-dbus"

This reverts commit 16a76d4ea5.
This commit is contained in:
Stein Magnus Jodal 2013-11-20 23:13:39 +01:00
parent 8ea996de13
commit 6cae0ddfe9

View File

@ -5,8 +5,6 @@ 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: