skip plotlyjs images
This commit is contained in:
parent
423d0387c5
commit
29ea308da4
@ -38,11 +38,14 @@ facts("PyPlot") do
|
|||||||
eps=img_eps)
|
eps=img_eps)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# The plotlyjs testimages return a connection error on travis:
|
||||||
|
# connect: connection refused (ECONNREFUSED)
|
||||||
|
|
||||||
facts("PlotlyJS") do
|
facts("PlotlyJS") do
|
||||||
@fact plotlyjs() --> Plots.PlotlyJSBackend()
|
@fact plotlyjs() --> Plots.PlotlyJSBackend()
|
||||||
@fact backend() --> Plots.PlotlyJSBackend()
|
@fact backend() --> Plots.PlotlyJSBackend()
|
||||||
|
|
||||||
if is_linux()
|
if is_linux() && isinteractive()
|
||||||
image_comparison_facts(:plotlyjs,
|
image_comparison_facts(:plotlyjs,
|
||||||
skip=[
|
skip=[
|
||||||
2, # animation (skipped for speed)
|
2, # animation (skipped for speed)
|
||||||
|
|||||||
@ -11,12 +11,12 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
|
|||||||
Pkg.clone("StatPlots")
|
Pkg.clone("StatPlots")
|
||||||
Pkg.checkout("PlotUtils")
|
Pkg.checkout("PlotUtils")
|
||||||
|
|
||||||
Pkg.clone("Blink")
|
# Pkg.clone("Blink")
|
||||||
Pkg.build("Blink")
|
# Pkg.build("Blink")
|
||||||
import Blink
|
# import Blink
|
||||||
Blink.AtomShell.install()
|
# Blink.AtomShell.install()
|
||||||
Pkg.add("Rsvg")
|
# Pkg.add("Rsvg")
|
||||||
Pkg.add("PlotlyJS")
|
# Pkg.add("PlotlyJS")
|
||||||
|
|
||||||
# Pkg.checkout("RecipesBase")
|
# Pkg.checkout("RecipesBase")
|
||||||
# Pkg.clone("VisualRegressionTests")
|
# Pkg.clone("VisualRegressionTests")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user