Merge pull request #384 from pigmej/tox_in_base
Added tox requirement to base.yaml playbook
This commit is contained in:
commit
c9908652b5
@ -34,6 +34,7 @@
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
|
||||
|
||||
# PIP
|
||||
#- apt: name=python-pip state=absent
|
||||
#- shell: easy_install pip
|
||||
@ -48,6 +49,9 @@
|
||||
# Redis
|
||||
- shell: sudo pip install redis
|
||||
|
||||
# fresh tox
|
||||
- shell: sudo pip install tox
|
||||
|
||||
# Ubuntu OpenStack packages
|
||||
#- apt: name=ubuntu-cloud-keyring state=present
|
||||
#- shell: echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main" > /etc/apt/sources.list.d/cloudarchive-kilo.list
|
||||
|
Loading…
x
Reference in New Issue
Block a user