Debugging travis

This commit is contained in:
Anton Beloglazov 2012-10-02 13:10:00 +10:00
parent 56c6d68323
commit d3f207285d

View File

@ -5,8 +5,11 @@ python:
install:
- sudo apt-get install -qq python-libvirt python-numpy python-scipy
- sleep 5
- find /usr/lib -name libvirt
- find /usr/lib -name "*libvirt*"
- ls -al /usr/lib/python2.7/dist-packages
- ls -al ~/virtualenv/python2.7/local/lib/python2.7/site-packages
- cp /usr/lib/python2.7/dist-packages/libvirt* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
- ls -al ~/virtualenv/python2.7/local/lib/python2.7/site-packages
- cp -r /usr/lib/python2.7/dist-packages/numpy* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
- cp -r /usr/lib/python2.7/dist-packages/scipy* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
- pip install --use-mirrors pyqcy mocktest PyContracts nose SQLAlchemy bottle python-novaclient