Skip to content

Commit 4846960

Browse files
committed
Don't capture stdout with pytest in AppVeyor
1 parent d9ffd9b commit 4846960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ build: off
1616

1717
test_script:
1818
- "python -m pip install tox"
19-
- "tox"
19+
- "tox -- -vv -s"
2020

2121
version: '{build}'

0 commit comments

Comments
 (0)