Procházet zdrojové kódy

[ci] Show Python warnings when building with Python 3

Romain Rigaux před 5 roky
rodič
revize
e2462750b8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

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