Rename deprecated [pytest] section to new upstream-supported [tool:pytest] in according with pytest bug 567. This fixes issue 229.

This commit is contained in:
Todd 2016-09-22 15:05:11 +00:00
parent 17a1b838ca
commit 2eacca7742

View file

@ -12,6 +12,6 @@ requires-dist =
pycodestyle >= 2.0.0, < 2.1.0
mccabe >= 0.5.0, < 0.6.0
[pytest]
[tool:pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw