Fixing travis for 2.6

This commit is contained in:
Anton Beloglazov 2012-10-02 12:43:13 +10:00
parent 3c37ebc26f
commit fc8d26c4c4

View File

@ -4,7 +4,8 @@ python:
- 2.7
install:
- sudo apt-get install -qq python-libvirt python-numpy python-scipy tree
- tree ~/virtualenv
- tree -d /usr/lib/python*
- tree -d ~/virtualenv
- ls /usr/lib/python2.6 || cp /usr/lib/python2.6/dist-packages/libvirt* ~/virtualenv/python2.6/local/lib/python2.7/site-packages/ && ls /usr/lib/python2.6/dist-packages/libvirt*
- ls /usr/lib/python2.6 || cp -r /usr/lib/python2.6/dist-packages/numpy* ~/virtualenv/python2.6/local/lib/python2.7/site-packages/ && ls /usr/lib/python2.6/dist-packages/numpy*
- ls /usr/lib/python2.6 || cp -r /usr/lib/python2.6/dist-packages/scipy* ~/virtualenv/python2.6/local/lib/python2.7/site-packages/ && ls /usr/lib/python2.6/dist-packages/scipy*