aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 96c927e9ce3a29b5c33d543149577a116ca9b5ab (plain)
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