Kaynağa Gözat

[ci] Also show Python warning in Python 2 builds

Romain Rigaux 5 yıl önce
ebeveyn
işleme
42daf782d5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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