Skip to content

Commit

Permalink
Merge pull request #27 from ararslan/aa/test-deps
Browse files Browse the repository at this point in the history
Add test dependencies to Project.toml
  • Loading branch information
ChrisRackauckas authored Aug 9, 2019
2 parents 94f50ca + f561c6a commit 2648989
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
DiffEqBase = "5"
julia = "1"

[extras]
DiffEqProblemLibrary = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["DiffEqProblemLibrary", "Test"]
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 2648989

Please sign in to comment.