Merge pull request #65 from xarses/jessie-pip
Update pip before running through requirements
This commit is contained in:
commit
a53fb8c74b
1
main.yml
1
main.yml
@ -13,6 +13,7 @@
|
|||||||
- apt: name=python-pudb state=present
|
- apt: name=python-pudb state=present
|
||||||
- apt: name=python-pip state=present
|
- apt: name=python-pip state=present
|
||||||
- apt: name=python-mysqldb state=present
|
- apt: name=python-mysqldb state=present
|
||||||
|
- shell: pip install -U pip
|
||||||
- shell: pip install docker-py==1.1.0
|
- shell: pip install docker-py==1.1.0
|
||||||
|
|
||||||
# requirements
|
# requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user