Explorar el Código

[ci] Also show Python warning in Python 2 builds

Romain Rigaux hace 5 años
padre
commit
42daf782d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -151,7 +151,7 @@ jobs:
           command: |
             cd /usr/share/hue
 
-            ./build/env/bin/hue test unit --with-xunit --with-cover
+            PYTHONWARNINGS=always ./build/env/bin/hue test unit --with-xunit --with-cover
 
       - run:
           name: run js tests