add TestOptinum
This commit is contained in:
parent
669dcc3a06
commit
e7d6f7ef4c
|
@ -6,7 +6,7 @@ os:
|
|||
julia:
|
||||
- 1.4
|
||||
beofre_script:
|
||||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
||||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))'
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
@ -39,6 +39,14 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
|||
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
|
||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[[TestOptinum]]
|
||||
deps = ["Markdown", "Test"]
|
||||
git-tree-sha1 = "dfd5b658951a4957c24bd392ba50555b46a5840e"
|
||||
repo-rev = "master"
|
||||
repo-url = "https://github.com/mathn7/TestOptinum.git"
|
||||
uuid = "a6016688-b6f6-4950-8384-ab0954b6af15"
|
||||
version = "0.1.0"
|
||||
|
||||
[[Test_Optinum]]
|
||||
deps = ["Markdown", "Test"]
|
||||
git-tree-sha1 = "19ed2fce4d1d51ef570dec1e50cdf7b03fb478b9"
|
||||
|
|
|
@ -7,4 +7,5 @@ version = "0.1.0"
|
|||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
TestOptinum = "a6016688-b6f6-4950-8384-ab0954b6af15"
|
||||
Test_Optinum = "f01acfed-6be5-49b9-8763-0b41ea537fc3"
|
||||
|
|
Loading…
Reference in a new issue