travis: install configobj from Debian

plinth/actions/letsencrypt cannot refer to the configobj installed in the
virtual environment as it uses /usr/bin/python3

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2017-10-17 11:54:14 +05:30 committed by James Valleroy
parent a9b5ac55cb
commit 7c2c18abfb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -10,7 +10,7 @@ env:
# Debian packages required
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev
- sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev python3-configobj
# Command to install dependencies
install: