diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 0bec9b52..8294c1f7 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -2,6 +2,10 @@ using VisualRegressionTests # using ExamplePlots +if isinteractive() + @eval Main import Gtk +end + # import DataFrames, RDatasets # don't let pyplot use a gui... it'll crash