# Set up PyQt4 for potential UI tests.

export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start

sudo apt-get update
sudo apt-get install python-wxgtk2.8
sudo apt-get install python-vtk

python -c 'import wx'

export ETS_TOOLKIT=wx
