Skip to content

Commit

Permalink
test travis with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Oct 23, 2012
1 parent 0e97ebe commit 96de131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff4-dev libx11-6 libX11-dev
- sudo apt-get install python-setuptools python-opengl gstreamer0.10-plugins-good build-essential libgl1-mesa-dev libgles2-mesa-dev mercurial
- sudo apt-get install xvfb

install:
- pip install hg+http://bitbucket.org/pygame/pygame
Expand All @@ -15,4 +16,4 @@ install:

# command to run tests
script:
- make test
- xvfb-run -s "+extension GLX" make test

0 comments on commit 96de131

Please sign in to comment.