diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-02-12 10:42:46 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-02-12 10:43:54 +0100 |
| commit | d666a0649928fe331980e9aef64d22f48fe4c17e (patch) | |
| tree | 749f1f0541795a2ceae9cd865b01f17d01f073a3 /.appveyor.yml | |
| parent | 9ffed7e967dc0a458a1f370de6bf738592056047 (diff) | |
| download | focaccia-miasm-d666a0649928fe331980e9aef64d22f48fe4c17e.tar.gz focaccia-miasm-d666a0649928fe331980e9aef64d22f48fe4c17e.zip | |
CI: transform warnings into error
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5a6b3b38..fb565570 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,7 +33,7 @@ build_script: test_script: - cmd: cd c:\projects\miasm\test - - "%PYTHON%\\python.exe test_all.py" + - "%PYTHON%\\python.exe -W error test_all.py" after_test: - cmd: chdir |