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-postgres.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-postgres.sh')
-rwxr-xr-x | jenkins-postgres.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh index 9ac86d2593..9a78480dd8 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh @@ -26,6 +26,7 @@ tox --notest -e py27 TOX_BIN=$WORKSPACE/.tox/py27/bin $TOX_BIN/pip install psycopg2 +$TOX_BIN/pip install lxml : ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"} |