Skip to content

Commit

Permalink
Make jenkins install lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Apr 21, 2016
1 parent 68ebb81 commit 5969890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}

Expand Down
1 change: 1 addition & 0 deletions jenkins-sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}

Expand Down

0 comments on commit 5969890

Please sign in to comment.