Change pip install to a stable version by default

The change flips the git url and the default pypa bootstrap
url. This will ensure we have a known version of pip by default.

Change-Id: If406a2321d987619de434ec0b0093f1902c5cdae
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Paul Belanger 2015-12-18 15:40:16 -05:00 committed by Kevin Carter
parent e796a42070
commit 654e5b51ea
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@
# limitations under the License.
## Path to pip download/installation script.
pip_upstream_repo_url: https://bootstrap.pypa.io
pip_upstream_repo_url: https://raw.github.com/pypa/pip/7.1.1/contrib
pip_get_pip_url: "{{ pip_upstream_repo_url }}/get-pip.py"
pip_get_pip_fallback_url: https://raw.github.com/pypa/pip/master/contrib/get-pip.py
pip_get_pip_fallback_url: https://bootstrap.pypa.io/get-pip.py
# Additional options that you might want to pass to "get-pip.py" when installing pip.
# Default `pip_get_pip_options` is an empty string.

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = docs,pep8,ansible-syntax,ansible-lint,ansible-functional
envlist = docs,pep8,ansible-syntax,ansible-lint,functional
[testenv]
usedevelop = True
@ -71,7 +71,7 @@ commands =
changedir = tests
commands = ansible-lint test.yml
[testenv:ansible-functional]
[testenv:functional]
changedir = tests
commands =
ansible-playbook -i inventory \