From 02a27a6c4fd7f561426e17e04fec1931c4392d73 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 21 Apr 2016 16:00:28 +0100 Subject: pip install new python dependencies in jenkins.sh --- jenkins-postgres.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jenkins-postgres.sh') 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 -- cgit 1.4.1