Skip to content

Commit

Permalink
uncomment out sdi tests and add Project.toml to /docs for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Crghilardi committed Jan 6, 2019
1 parent a823901 commit 510d90d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.20"
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ 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
#@testset "HeightDub" begin include("HeightDub_test.jl") end

@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

0 comments on commit 510d90d

Please sign in to comment.