diff --git a/test/imgcomp.jl b/test/imgcomp.jl index c3b256fe..5cfb90c6 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -11,6 +11,7 @@ end ENV["MPLBACKEND"] = "Agg" try @eval import PyPlot + info("Matplotlib version: $(PyPlot.matplotlib[:__version__])") end include("../docs/example_generation.jl")