Prepare the installation of dependencies according to requirement files

Change-Id: I9a940217f5be6fbf4c303daca707836bc97d47e2
This commit is contained in:
zhaoxinyu 2014-03-14 03:12:34 +00:00
parent edf083e303
commit 8499614af6

View File

@ -14,7 +14,8 @@ if [[ "$?" != "0" ]]; then
exit 1
fi
sudo pip install flask-script flask-restful Celery six discover unittest2 pychef requests
sudo pip install -r $COMPASSDIR/requirements.txt
sudo pip install -r $COMPASSDIR/test-requirements.txt
if [[ "$?" != "0" ]]; then
echo "failed to install pip packages"
exit 1