Skip to content
Snippets Groups Projects
Commit 01dfe031 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud Committed by Mahmoud Bentriou
Browse files

Restructuration of Project toml files

parent 77df51e1
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ test:latest:
image: gitlab-research.centralesupelec.fr:4567/2017bentrioum/markovprocesses.jl/julia:latest
script:
- pwd
- julia --project=docs/ -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.test("MarkovProcesses")'
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=".")); Pkg.instantiate(); Pkg.test("MarkovProcesses")'
......@@ -27,4 +27,3 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[deps]
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment