Skip to content

Commit

Permalink
pip install new python dependencies in jenkins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NegativeMjark committed Apr 21, 2016
1 parent 5969890 commit 02a27a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
1 change: 1 addition & 0 deletions jenkins-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

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
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)"}
Expand Down
86 changes: 0 additions & 86 deletions jenkins.sh

This file was deleted.

0 comments on commit 02a27a6

Please sign in to comment.