pip install new python dependencies in jenkins.sh

This commit is contained in:
Mark Haines 2016-04-21 16:00:28 +01:00
parent 59698906eb
commit 02a27a6c4f
3 changed files with 2 additions and 86 deletions

View file

@ -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)"}