Disable plots tests

pull/86/head
Matti Pastell 2017-03-13 20:39:43 +02:00
parent d3e0f31f9e
commit 09ecdb6f2c
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ if VERSION < v"0.6-"
info("Test: Weaving with PyPlot")
include("pyplot_formats.jl")
info("Test: Weaving with Plots.jl")
include("plotsjl_test.jl")
#info("Test: Weaving with Plots.jl")
#include("plotsjl_test.jl")
include("publish_test.jl")
end