Skip to content
Snippets Groups Projects
Commit 1119b4ce authored by Erik Johnston's avatar Erik Johnston
Browse files

Add lxml to jenkins-unittests.sh

parent 109a5609
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment