skip plotlyjs images
This commit is contained in:
parent
423d0387c5
commit
29ea308da4
@ -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)
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user