From 510d90d23316a2946f9bce767d8cc600eb5646ed Mon Sep 17 00:00:00 2001 From: ASUS1 Date: Sun, 6 Jan 2019 15:51:03 -0800 Subject: [PATCH] uncomment out sdi tests and add Project.toml to /docs for TravisCI --- docs/Project.toml | 5 +++++ test/runtests.jl | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/Project.toml diff --git a/docs/Project.toml b/docs/Project.toml new file mode 100644 index 0000000..68770cc --- /dev/null +++ b/docs/Project.toml @@ -0,0 +1,5 @@ +[deps] +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "~0.20" \ No newline at end of file diff --git a/test/runtests.jl b/test/runtests.jl index c31d355..d939130 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -6,7 +6,6 @@ using ForestBiometrics @testset "ForestStocking" begin include("ForestStocking_test.jl") end -#1/5/19 failing, need to figure out where to add Plots dep? @testset "GingrichStocking_chart" begin include("GingrichStocking_chart_test.jl") end #1/5/19 failing, need to re-do readtable part @@ -14,7 +13,6 @@ using ForestBiometrics @testset "LimitingDistance" begin include("LimitingDistance_test.jl") end -#1/5/19 failing, need to figure out where to add Plots dep? -#@testset "SDI_chart" begin include("SDI_chart_test.jl") end +@testset "SDI_chart" begin include("SDI_chart_test.jl") end @testset "VolumeEquations" begin include("VolumeEquations_test.jl") end