소스 검색

[ci] Also show Python warning in Python 2 builds

Romain Rigaux 5 년 전
부모
커밋
42daf782d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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