Skip to content

Commit

Permalink
Merge pull request matplotlib#8523 from QuLogic/fix-appveyor
Browse files Browse the repository at this point in the history
Update conda patch for AppVeyor build.
  • Loading branch information
jenshnielsen authored Apr 22, 2017
2 parents 09a645f + 2d1d5f1 commit e388666
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/conda_recipe/rctmp_pyside.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git matplotlibrc.template matplotlibrc.template
index fdbbf26..6902fe9 100644
--- matplotlibrc.template
+++ matplotlibrc.template
@@ -35,12 +35,12 @@
# You can also deploy your own backend outside of matplotlib by
# referring to the module name (which must be in the PYTHONPATH) as
# 'module://my_backend'.
diff --git a/matplotlibrc.template b/matplotlibrc.template
index 2f0e5c4..c9b6e49 100644
--- a/matplotlibrc.template
+++ b/matplotlibrc.template
@@ -38,12 +38,12 @@
#
# If you omit this parameter, it will always default to "Agg", which is a
# non-interactive backend.
-backend : $TEMPLATE_BACKEND
+backend : Qt4Agg

Expand Down

0 comments on commit e388666

Please sign in to comment.