We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a7cf4 commit 1ef5f2fCopy full SHA for 1ef5f2f
appveyor.yml
@@ -161,10 +161,7 @@ build_script:
161
162
Check-Error
163
164
- if ($env:COMPILER -eq "msvc") {
165
- pip install kivy.deps.angle
166
- Check-Error
167
- }
+ pip install kivy.deps.angle
168
169
Copy-Item "$PYTHON_ROOT\Lib\site-packages\kivy\deps\*" -destination "$env:APPVEYOR_BUILD_FOLDER\kivy\deps" -recurse
170
@@ -218,12 +215,7 @@ test_script:
218
215
219
216
220
217
if ($env:DO_TEST -eq "True"){
221
222
- $env:KIVY_GL_BACKEND = "angle_sdl2"
223
- } else {
224
- $env:KIVY_GL_BACKEND = "mock"
225
226
-
+ $env:KIVY_GL_BACKEND = "angle_sdl2"
227
python -m nose.core kivy/tests
228
229
}
0 commit comments