This commit is contained in:
jobevers 2017-01-26 19:38:52 -06:00
parent b62fffe626
commit 05432b931b
2 changed files with 12 additions and 17 deletions

View file

@ -23,25 +23,20 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
set +u
source "$VENV/bin/activate"
set -u
pip install -U pip setuptools
pip install -U pip setuptools pyinstaller
fi
npm install
(
cd "$ROOT/app"
npm install
)
(
cd "$ROOT/lbry"
pip install -r requirements.txt
# need to install our version of lbryum, not
# what is currently on master
pushd "$ROOT/lbryum"
pip install .
popd
pip install .
)
pushd "$ROOT/lbry"
pip install -r requirements.txt
# need to install our version of lbryum, not
# what is currently on master
pushd "$ROOT/lbryum"
pip install .
popd
pip install .
popd
(
cd "$ROOT/lbrynet"

2
lbry

@ -1 +1 @@
Subproject commit a407bb2db21bf9460100eddd130401d33c0e538b
Subproject commit 716c4187177c923aa915d2849c92228ddb78918c