From 67fb01516fee3723924b0c83ace819694c58dd6e Mon Sep 17 00:00:00 2001 From: Harmen Prins Date: Tue, 17 Jun 2014 16:57:26 +0200 Subject: [PATCH] Updated travis.yml to allow GUI tests --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24c5dc5..e7cd484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: python python: 2.7 +before_install: + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" + # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install Scrapy docopt @@ -16,4 +20,4 @@ notifications: slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM after_success: - coveralls --verbose \ No newline at end of file + coveralls --verbose