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