diff --git a/.travis.yml b/.travis.yml index 7325a4a..f3c1a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ +services: + - xvfb language: python python: 2.7 -sudo: false cache: directories: - $HOME/.pylint.d @@ -19,9 +20,6 @@ install: - python bootstrap.py - bin/buildout annotate - bin/buildout -before_script: -- export DISPLAY=:99.0 -- sh -e /etc/init.d/xvfb start script: - bin/code-analysis - bin/test