From 1119b4cebe9de2ab47cba889f6eb77a4941e2a15 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 16 Aug 2016 15:06:33 +0100 Subject: [PATCH] Add lxml to jenkins-unittests.sh --- jenkins-unittests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins-unittests.sh b/jenkins-unittests.sh index 6b0c296cff46..4c2f103e80a1 100755 --- a/jenkins-unittests.sh +++ b/jenkins-unittests.sh @@ -25,5 +25,6 @@ rm .coverage* || echo "No coverage files to remove" tox --notest -e py27 TOX_BIN=$WORKSPACE/.tox/py27/bin python synapse/python_dependencies.py | xargs -n1 $TOX_BIN/pip install +$TOX_BIN/pip install lxml tox -e py27