Make jenkins install lxml

This commit is contained in:
Erik Johnston 2016-04-21 15:36:13 +01:00
parent 68ebb81e86
commit 59698906eb
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ tox --notest -e py27
TOX_BIN=$WORKSPACE/.tox/py27/bin
$TOX_BIN/pip install psycopg2
$TOX_BIN/pip install lxml
: ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"}

View file

@ -24,6 +24,7 @@ rm .coverage* || echo "No coverage files to remove"
tox --notest -e py27
TOX_BIN=$WORKSPACE/.tox/py27/bin
$TOX_BIN/pip install lxml
: ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"}