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