kivy:travis-ccache

Last commit made on 2019-03-05
Get this branch:
git clone -b travis-ccache https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
travis-ccache
Repository:
lp:kivy

Recent commits

d05381f... by Mathieu Virbel

travis: try activating cache

44acb5f... by Mathieu Virbel

setup: upgrade cython to latest version (works)

3661b3f... by Mathieu Virbel <email address hidden>

loader: add a way to fix invalid mimetype detection, via a global mapping available in LoaderBase.EXT_ALIAS.

This fixes the issue where the cube.zip is detected as pyz, and no loader where available during unittest

4f77856... by Mathieu Virbel <email address hidden>

test/graphics: in some case, the render waits for a framecount but the screen is already rendered, and so nothing goes down. Just force refresh every second to be sure.

130cb24... by Mathieu Virbel

tests: use GraphicUnitTest in AppTest because it requires the Window and need to be setup with the right information if we want others tests to works

04f5500... by Mathieu Virbel

glew: fix GL_EXT_texture_storage redefinition on win32

04b4f83... by Mathieu Virbel

travis: fix missing ; for export, and it was using Python 3.7 instead of the wanted 3.5

9add3e4... by Mathieu Virbel

windows: fix warning on symbol redefinition when using glew

a6fb95f... by Mathieu Virbel

appveyor: fix nose -> pytest

28aaafa... by Mathieu Virbel

travis: prevent using pytest --boxed