network: Add python3-dbus install dependency to travis config

This commit is contained in:
Sunil Mohan Adapa 2015-04-06 22:39:53 +05:30
parent 6a605f777c
commit 97b7133d60

View File

@ -7,7 +7,7 @@ python:
# Debian packages required
before_install:
- sudo apt-get update -qq
- sudo apt-get install network-manager python3-gi
- sudo apt-get install network-manager python3-dbus python3-gi
virtualenv:
system_site_packages: true