Archived
1
0

Updated travis.yml to allow GUI tests

This commit is contained in:
Harmen Prins 2014-06-17 16:57:26 +02:00
parent 492002c77d
commit 67fb01516f

View File

@ -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
coveralls --verbose