Skip to content

Commit

Permalink
(chore): change pytest run to be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vieira committed Apr 4, 2019
1 parent 8de8f57 commit cfec900
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 @@ -9,7 +9,7 @@ deps =

commands =
python --version
coverage run --source noipy -m pytest {posargs}
coverage run --source noipy -m pytest -s -v {posargs}
coverage report -m

[testenv:pep8]
Expand Down

0 comments on commit cfec900

Please sign in to comment.