Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add lxml to jenkins-unittests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 16, 2016
1 parent 109a560 commit 1119b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-unittests.sh
Expand Up @@ -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 comments on commit 1119b4c

Please sign in to comment.