Răsfoiți Sursa

[ci] Also show Python warning in Python 2 builds

Romain Rigaux 5 ani în urmă
părinte
comite
42daf782d5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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