Ver Fonte

[ci] Also show Python warning in Python 2 builds

Romain Rigaux há 5 anos atrás
pai
commit
42daf782d5
1 ficheiros alterados com 1 adições e 1 exclusões
  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