update runtests.jl

This commit is contained in:
relmo 2020-06-19 18:54:27 +02:00
parent 03aeece6b1
commit caa5369298
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,8 @@ os:
- windows
julia:
- 1.4
script:
beofre_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
- julia -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- julia -e 'using Test_Optinum; Test_Optinum.effacer_stacktrace()'
- julia --color=yes test/runtests.jl
notifications:
email: false

View file

@ -10,6 +10,8 @@ include("../src/Lagrangien_Augmente.jl")
include("../src/Pas_De_Cauchy.jl")
include("../src/Regions_De_Confiance.jl")
Test_Optinum.effacer_stacktrace()
# Tester l'algorithme de Newton
try
Test_Optinum.tester_Algo_Newton(false,Algorithme_De_Newton)