about summary refs log tree commit diff stats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-12 10:42:46 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-12 10:43:54 +0100
commitd666a0649928fe331980e9aef64d22f48fe4c17e (patch)
tree749f1f0541795a2ceae9cd865b01f17d01f073a3 /.appveyor.yml
parent9ffed7e967dc0a458a1f370de6bf738592056047 (diff)
downloadfocaccia-miasm-d666a0649928fe331980e9aef64d22f48fe4c17e.tar.gz
focaccia-miasm-d666a0649928fe331980e9aef64d22f48fe4c17e.zip
CI: transform warnings into error
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
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