Fixed augeas error in travis build (closes: #771)

Installing libaugeas-dev package before pip install
This commit is contained in:
Joseph Nuthalpati 2017-04-06 17:41:42 +05:30 committed by Sunil Mohan Adapa
parent 93c151ab2b
commit eed31ae7f5
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

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
- sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev
# Command to install dependencies
install: