Merge pull request #384 from pigmej/tox_in_base

Added tox requirement to base.yaml playbook
This commit is contained in:
Łukasz Oleś 2015-11-27 11:26:25 +01:00
commit c9908652b5

View File

@ -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