瀏覽代碼

[ci] Show Python warnings when building with Python 3

Romain Rigaux 5 年之前
父節點
當前提交
e2462750b8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: