1 2 3 4 5 6 7 8 9
language: python python: - "2.7" addons: firefox: "41.0.1" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: ./test.sh