aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bcf9ec8bcd537c01958d6716c2bf940468bb4423 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
addons:
  firefox: "37.0"
before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
script: ./test.sh