diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-04-21 16:00:28 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-04-21 16:00:28 +0100 |
commit | 02a27a6c4fd7f561426e17e04fec1931c4392d73 (patch) | |
tree | f9dd175847a919db942c68239680fa5268bb41d2 /jenkins-postgres.sh | |
parent | Make jenkins install lxml (diff) | |
download | synapse-02a27a6c4fd7f561426e17e04fec1931c4392d73.tar.xz |
pip install new python dependencies in jenkins.sh
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 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 |