From c51e7343bbd3aebd8a65edca798a2e1d7ca52fc5 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 4 Oct 2017 17:19:06 -0600 Subject: [PATCH] WIP: Testing getting AppVeyor working This, somehow, seems to be where things started going sideways... --- lib/matplotlib/tests/test_animation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_animation.py b/lib/matplotlib/tests/test_animation.py index 602b57384bb1..f7deec7e6743 100644 --- a/lib/matplotlib/tests/test_animation.py +++ b/lib/matplotlib/tests/test_animation.py @@ -121,7 +121,7 @@ def isAvailable(self): ('avconv_file', 'mp4'), ('imagemagick', 'gif'), ('imagemagick_file', 'gif'), - ('html', 'html'), + #('html', 'html'), ('null', 'null') ]