Browse Source

[ci] Show Python warnings when building with Python 3

Romain Rigaux 5 năm trước cách đây
mục cha
commit
e2462750b8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -214,7 +214,7 @@ jobs:
       - run:
           name: run tests
           command: |
-            ./build/env/bin/hue test unit --with-xunit --with-cover
+            PYTHONWARNINGS=always ./build/env/bin/hue test unit --with-xunit --with-cover
 
       # - run:
       #     name: install dependencies
@@ -248,7 +248,7 @@ jobs:
       - run:
           name: run tests
           command: |
-            ./build/env/bin/hue test unit --with-xunit --with-cover
+            PYTHONWARNINGS=always ./build/env/bin/hue test unit --with-xunit --with-cover
 
 
 workflows: