Merge "Use python2.7 for doc-tools-update-cli-reference"

This commit is contained in:
Jenkins 2015-06-30 06:32:38 +00:00 committed by Gerrit Code Review
commit b95b24b751

View File

@ -41,7 +41,7 @@ if [[ ! -e $HOME/.gitconfig ]]; then
fi fi
if [[ ! -e .venv ]]; then if [[ ! -e .venv ]]; then
virtualenv .venv virtualenv -p python2.7 .venv
fi fi
source .venv/bin/activate source .venv/bin/activate