network: Update travis configuration to install network-manager package

This commit is contained in:
Sunil Mohan Adapa 2015-04-06 22:16:23 +05:30
parent f00f65f484
commit 6326b9143c

View File

@ -5,9 +5,9 @@ python:
- "3.2" - "3.2"
# Debian packages required # Debian packages required
addons: before_install:
apt_packages: - sudo apt-get update -qq
- python3-gi - sudo apt-get install network-manager python3-gi
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true