Skip to content

Commit 352cfd5

Browse files
authored
Make Appveyor CI tests use pytest with --verbose (#1185)
1 parent 88cc396 commit 352cfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ install:
3232
build: false
3333

3434
test_script:
35-
- "py.test xarray"
35+
- "py.test xarray --verbose"

0 commit comments

Comments
 (0)