Skip to content

Commit 90f3b5d

Browse files
committed
Add Test and compat spec. to Project.toml
1 parent 8c2c9b7 commit 90f3b5d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Project.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2222
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
2323
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
24+
25+
[compat]
26+
julia = "1.0"
27+
28+
[extras]
29+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
30+
31+
[targets]
32+
test = ["Test"]

0 commit comments

Comments
 (0)