Vagrant: pip, setuptools upgraded to newest versions

This commit is contained in:
Przemyslaw Kaminski 2015-07-14 12:28:04 +02:00
parent 9bbe36cc3b
commit 5b6539deb6

View File

@ -3,8 +3,10 @@
- hosts: all
sudo: yes
tasks:
- apt: name=python-pip state=absent
- shell: easy_install pip
- shell: pip install -U pip
- shell: pip install -U setuptools
- shell: pip install httpie
#- apt: name=python-virtualenv state=present
#- apt: name=virtualenvwrapper state=present