Merge "Prepare the installation of dependencies according to requirement files"

This commit is contained in:
Jenkins 2014-03-14 22:11:05 +00:00 committed by Gerrit Code Review
commit ad4d78d7df

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