Skip to content

Commit

Permalink
Don't capture stdout with pytest in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 11, 2021
1 parent d9ffd9b commit 4846960
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 @@ -16,6 +16,6 @@ build: off

test_script:
- "python -m pip install tox"
- "tox"
- "tox -- -vv -s"

version: '{build}'

0 comments on commit 4846960

Please sign in to comment.