summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-04-21 16:00:43 +0100
committerMark Haines <mjark@negativecurvature.net>2016-04-21 16:00:43 +0100
commit9f53491cabc9a7387fe442e8363ef668435d091e (patch)
tree84feb0ec411b40ac5844c4f144d163732c6f6914 /jenkins-sqlite.sh
parentMerge branch 'develop' into markjh/slave_event_push_actions (diff)
parentpip install new python dependencies in jenkins.sh (diff)
downloadsynapse-9f53491cabc9a7387fe442e8363ef668435d091e.tar.xz
Merge branch 'develop' into markjh/slave_event_push_actions
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-xjenkins-sqlite.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
index 5500f8d8d6..9398d9db15 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
+python synapse/python_dependencies.py | xargs -n1 $TOX_BIN/pip install
 $TOX_BIN/pip install lxml
 
 : ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"}