Skip to content

Commit

Permalink
Print all warnings (-W all), and show prints (-s# disable all capturing)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 18, 2017
1 parent 8e99f2b commit 705eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
ipdb
pytest-cov
flaky
commands = py.test -v --cov pylast --cov-report term-missing {posargs}
commands = py.test -v -s -W all --cov pylast --cov-report term-missing {posargs}

[testenv:venv]
deps = ipdb
Expand Down

0 comments on commit 705eafb

Please sign in to comment.