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

This change is to work around proxy settings by using https

Change-Id: Ia79d340052d756c1add656cd445a35b0f6068264
This commit is contained in:
Kaiyan Sheng 2016-05-26 17:29:50 -06:00
parent a73d603ada
commit 4f618c4519
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