mirror of https://github.com/kivy/kivy.git
Prevent memory errors.
This commit is contained in:
parent
0437cff889
commit
f640ddf50a
|
@ -147,7 +147,7 @@ build_script:
|
|||
|
||||
pip install mock cython pygments docutils nose kivy.deps.glew_dev kivy.deps.glew kivy.deps.gstreamer_dev kivy.deps.sdl2_dev kivy.deps.sdl2
|
||||
|
||||
pip install kivy.deps.gstreamer
|
||||
pip --no-cache-dir install kivy.deps.gstreamer
|
||||
|
||||
Check-Error
|
||||
|
||||
|
|
Loading…
Reference in New Issue