more verbose pytest output by default

This commit is contained in:
Brian S. Stephan 2020-03-07 09:28:01 -06:00
parent 17bbe9c6b4
commit 308eaffe55
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
exclude = .git,.venv,__pycache__
max-line-length = 120
[tool:pytest]
log_cli = 1
[versioneer]
VCS = git
style = pep440-post