Skip to content

Commit

Permalink
dont test docs on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jun 3, 2020
1 parent 4b3110e commit bcc2386
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ include("mode.jl")
include("selector.jl")
include("methods.jl")
include("prettyprinting.jl")
include("plotrecipes.jl")
if !Sys.iswindows()
include("plotrecipes.jl")
end

# Test documentation
docsetup = quote
using DimensionalData, Random
Random.seed!(1234)
# Test documentation
docsetup = quote
using DimensionalData, Random
Random.seed!(1234)
end
DocMeta.setdocmeta!(DimensionalData, :DocTestSetup, docsetup; recursive=true)
doctest(DimensionalData)
end
DocMeta.setdocmeta!(DimensionalData, :DocTestSetup, docsetup; recursive=true)
doctest(DimensionalData)

0 comments on commit bcc2386

Please sign in to comment.