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 9cf3c17 commit 7c435d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix
# of 32 bit and 64 bit builds are needed, move this
# to the matrix section.
TEST_CMD: "python -m unittest discover --verbose"
TEST_CMD: "python -Wa -m unittest discover --verbose"
CONDA_CHANNELS: "default conda-forge"
CONDA_DEPENDENCIES: "numpy scipy cython scikit-image crystals pywavelets npstreams pyyaml"
PIP_DEPENDENCIES: ""
Expand Down

0 comments on commit 7c435d0

Please sign in to comment.