Skip to content

Commit

Permalink
Travis debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Apr 16, 2012
1 parent e2ece5d commit fcbf6ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -8,8 +8,7 @@ install:
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- ln -s /usr/lib/pyshared/python2.6/PyQt4 /home/vagrant/virtualenv/python2.7/lib/python2.7/site-packages/PyQt4
- ls -als /home/vagrant/virtualenv/python2.7/lib/python2.7/site-packages/PyQt4
- ln -s /usr/lib/pyshared/python2.6/sip.so /home/vagrant/virtualenv/python2.7/lib/python2.7/site-packages/sip.so
- cp /usr/lib/pyshared/python2.6/PyQt4 /home/vagrant/virtualenv/python2.7/lib/python2.7/site-packages/ -r
- cp /usr/lib/pyshared/python2.6/sip.so /home/vagrant/virtualenv/python2.7/lib/python2.7/site-packages/
script: tests/run.py -v

0 comments on commit fcbf6ef

Please sign in to comment.