[monasca-api] Change tox to use https instead of git

Change in tox_install to work around proxy settings

Change-Id: I90f4a989bca7f0ee6ad001c94878e192b4dbcafe
This commit is contained in:
Kaiyan Sheng 2016-05-26 13:51:40 -06:00
parent 9ffd6d6038
commit 0602f6848a
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/nu
set -e
git config --global url.https://git.openstack.org/.insteadOf git://git.openstack.org/
CONSTRAINTS_FILE=$1
shift