Skip to content

Commit 976a489

Browse files
committed
add test dependencies in extras section of Project.toml
1 parent f15f943 commit 976a489

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ Requires = "1"
2626
SnoopPrecompile = "1"
2727
StatsModels = "0.4, 0.5, 0.6"
2828
julia = "1.4"
29+
30+
[extras]
31+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
32+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
33+
34+
[targets]
35+
test = ["Plots", "Test"]

0 commit comments

Comments
 (0)