elliotweiser / ansible-osx-command-line-tools

An Ansible role for installing OS X Command Line Tools
https://galaxy.ansible.com/elliotweiser/osx-command-line-tools/
MIT License
97 stars 42 forks source link

Travis YML fix for pip installation #30

Closed elliotweiser closed 6 years ago

elliotweiser commented 6 years ago

Using easy_install to install pip is flakey, so switching methods to use the get-pip.py script.

Addendum: The Travis CI 10.10 (Yosemite) image appears to have some SSL issues. Mitigating w/ verifying the SHA of the get-pip.py script.