Skip to content

Commit

Permalink
Merge pull request #17 from BioJulia/project.toml
Browse files Browse the repository at this point in the history
Transition to Project.toml
  • Loading branch information
jangevaare authored May 28, 2019
2 parents b730fed + 7e44cd8 commit f2fa9ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
Expand Down
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "SubstitutionModels"
uuid = "8365b1bb-bd83-58ee-a267-f2965fc81c73"

[deps]
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "≥ 0.7.0"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["LinearAlgebra", "Test"]
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

0 comments on commit f2fa9ed

Please sign in to comment.