Use [tool:pytest] header in setup.cfg (#6045)

This commit is contained in:
Daniel Hahler 2018-06-23 00:14:26 +02:00 committed by Ryan P Kilby
parent d9f541836b
commit 499533d219

View File

@ -4,7 +4,7 @@ universal = 1
[metadata]
license_file = LICENSE.md
[pytest]
[tool:pytest]
addopts=--tb=short --strict
testspath = tests