Merge "Update testing script for xenial"

This commit is contained in:
Jenkins 2016-08-10 00:59:53 +00:00 committed by Gerrit Code Review
commit f03762a45b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ FUNCTIONAL_TEST=${FUNCTIONAL_TEST:-true}
# prep the host
if [ "$(which apt-get)" ]; then
apt-get install -y build-essential python2.7 python-dev git-core libssl-dev libffi-dev
apt-get install -y build-essential python2.7 python-dev git-core libssl-dev libffi-dev libxml2-dev libxslt1-dev
fi
# get pip, if necessary