Преглед изворни кода

[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: