diff options
author | Erik Johnston <erik@matrix.org> | 2016-04-21 15:36:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-04-21 15:36:13 +0100 |
commit | 59698906eb6495f15339f39d59d2ff26bef0ab37 (patch) | |
tree | 923b9881437f27651a5be017e5ec5c4f4d0f5d08 /jenkins-sqlite.sh | |
parent | Merge pull request #740 from matrix-org/erikj/state_cache (diff) | |
download | synapse-59698906eb6495f15339f39d59d2ff26bef0ab37.tar.xz |
Make jenkins install lxml
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-x | jenkins-sqlite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh index 345d01936c..5500f8d8d6 100755 --- a/jenkins-sqlite.sh +++ b/jenkins-sqlite.sh @@ -24,6 +24,7 @@ rm .coverage* || echo "No coverage files to remove" tox --notest -e py27 TOX_BIN=$WORKSPACE/.tox/py27/bin +$TOX_BIN/pip install lxml : ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"} |