fix typo in travis.yml

This commit is contained in:
tshirtman 2012-10-18 17:54:44 +02:00
parent c460780b96
commit 5a36ff00ea
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
# command to install dependencies
before_install:
- sudo apt-get update
- sudo apt-get install python-setuptools python-pygame python-opengl python-gst0.10 python-enchant gstreamer-0.10-plugins-good python-dev build-essential libgl1-mesa-dev libgles2-mesa-dev
- sudo apt-get install python-setuptools python-pygame python-opengl python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev build-essential libgl1-mesa-dev libgles2-mesa-dev
install:
- pip install --upgrade cython --use-mirrors