Skip to content

Commit

Permalink
Improved pre script
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Mar 15, 2017
1 parent 69d016c commit 170d941
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tests/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
- python
- curl

- name: pre | install setuptools
shell: curl -sL https://bootstrap.pypa.io/ez_setup.py | python -
changed_when: false

- name: pre | install pip
easy_install:
name: pip

- name: pre | update pip
pip:
name: pip
state: latest
shell: curl -sL https://bootstrap.pypa.io/get-pip.py | python -
changed_when: false

0 comments on commit 170d941

Please sign in to comment.