Skip to content

Commit

Permalink
Run pytest in verbose mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Mar 16, 2016
1 parent 14a0eb4 commit f11edf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ with-doctest=True

[pytest]
python_files=*.py
addopts = --doctest-modules
addopts = --doctest-modules -v

0 comments on commit f11edf7

Please sign in to comment.