skip plotlyjs images

This commit is contained in:
Daniel Schwabeneder 2017-06-01 20:30:55 +02:00
parent 423d0387c5
commit 29ea308da4
2 changed files with 10 additions and 7 deletions

View File

@ -38,11 +38,14 @@ facts("PyPlot") do
eps=img_eps)
end
# The plotlyjs testimages return a connection error on travis:
# connect: connection refused (ECONNREFUSED)
facts("PlotlyJS") do
@fact plotlyjs() --> Plots.PlotlyJSBackend()
@fact backend() --> Plots.PlotlyJSBackend()
if is_linux()
if is_linux() && isinteractive()
image_comparison_facts(:plotlyjs,
skip=[
2, # animation (skipped for speed)

View File

@ -11,12 +11,12 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
Pkg.clone("StatPlots")
Pkg.checkout("PlotUtils")
Pkg.clone("Blink")
Pkg.build("Blink")
import Blink
Blink.AtomShell.install()
Pkg.add("Rsvg")
Pkg.add("PlotlyJS")
# Pkg.clone("Blink")
# Pkg.build("Blink")
# import Blink
# Blink.AtomShell.install()
# Pkg.add("Rsvg")
# Pkg.add("PlotlyJS")
# Pkg.checkout("RecipesBase")
# Pkg.clone("VisualRegressionTests")