Skip to content

Commit

Permalink
CI: show all warnings during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 2, 2020
1 parent ebb3c76 commit f83ec08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- bash: |
source activate irisbuild
python -m unittest discover --verbose
python -Wa -m unittest discover --verbose
displayName: Unit tests
- bash: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- bash: |
source activate irisbuild
python -m unittest discover --verbose
python -Wa -m unittest discover --verbose
displayName: Unit tests
- bash: |
Expand Down

0 comments on commit f83ec08

Please sign in to comment.