Skip to content

Commit

Permalink
Start xvfb for python-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Sep 4, 2013
1 parent 267e775 commit 4de5069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,9 +3,11 @@ python:
- "2.7"
env:
- TRAVIS_CI="True"
- DISPLAY=":99.0"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-pyside python-dbus dbus python-magic
- "sh -e /etc/init.d/xvfb start"
install:
- pip install . --use-mirrors
- pip install -r dev_requirements.txt --use-mirrors
Expand Down

0 comments on commit 4de5069

Please sign in to comment.