Fix publish test

pull/94/head
Matti Pastell 2017-05-15 17:36:54 +03:00
parent dffb554c8a
commit 0213c2f774
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

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