Debugging travis

This commit is contained in:
Anton Beloglazov 2012-10-02 13:02:38 +10:00
parent d1f6790dd4
commit f5b2c009b9

View File

@ -4,7 +4,8 @@ python:
- 2.7
install:
- sudo apt-get install -qq python-libvirt python-numpy python-scipy
- find / -name libvirt
- sleep 5
- find /usr/lib -name libvirt
- cp /usr/lib/python2.7/dist-packages/libvirt* ~/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/