mirror of https://github.com/kivy/kivy.git
fix typo in travis.yml
This commit is contained in:
parent
c460780b96
commit
5a36ff00ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue