diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 11656dc6..e6500f87 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -2,7 +2,7 @@ using VisualRegressionTests # using ExamplePlots -import DataFrames, RDatasets +# import DataFrames, RDatasets # don't let pyplot use a gui... it'll crash # note: Agg will set gui -> :none in PyPlot @@ -14,7 +14,7 @@ import DataFrames, RDatasets using Plots -using StatPlots +# using StatPlots using Test default(size=(500,300)) diff --git a/test/runtests.jl b/test/runtests.jl index 62653f4e..c64f5754 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -13,7 +13,7 @@ img_eps = isinteractive() ? 1e-2 : 10e-2 @test gr() == Plots.GRBackend() @test backend() == Plots.GRBackend() - image_comparison_facts(:gr, eps=img_eps) + image_comparison_facts(:gr, eps=img_eps, skip = [25, 30]) end diff --git a/test/travis_commands.jl b/test/travis_commands.jl index ca8a07a4..b4e6ff7e 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -6,11 +6,11 @@ Pkg.build("ImageMagick") # Pkg.clone("GR") # Pkg.build("GR") -Pkg.add("https://github.com/JuliaPlots/PlotReferenceImages.jl.git") +Pkg.checkout("https://github.com/JuliaPlots/PlotReferenceImages.jl.git") # Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git") -Pkg.add("StatPlots") +# Pkg.add("StatPlots") Pkg.checkout("PlotUtils") Pkg.checkout("RecipesBase")