summary refs log tree commit diff
path: root/jenkins-postgres.sh
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-04-21 16:00:28 +0100
committerMark Haines <mjark@negativecurvature.net>2016-04-21 16:00:28 +0100
commit02a27a6c4fd7f561426e17e04fec1931c4392d73 (patch)
treef9dd175847a919db942c68239680fa5268bb41d2 /jenkins-postgres.sh
parentMake jenkins install lxml (diff)
downloadsynapse-02a27a6c4fd7f561426e17e04fec1931c4392d73.tar.xz
pip install new python dependencies in jenkins.sh
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-xjenkins-postgres.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh
index 9a78480dd8..ae6b111591 100755
--- a/jenkins-postgres.sh
+++ b/jenkins-postgres.sh
@@ -25,6 +25,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 psycopg2
 $TOX_BIN/pip install lxml