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