Merge pull request #31 from cgeoffroy/pr-update_project_to_setuppy
[osm/vim-emu.git] / ansible / install.yml
index fbeb0e5..23df943 100755 (executable)
@@ -15,6 +15,9 @@
    - name: install pip
      apt: pkg=python-pip state=installed
 
+   - name: install setuptools
+     pip: name=setuptools state=latest
+
    - name: install zerorpc
      pip: name=zerorpc
 
@@ -32,3 +35,6 @@
      
    - name: install oslo.config
      pip: name=oslo.config
+
+   - name: install pytest
+     pip: name=pytest