From ee15bee3b186632a78f24db688197b1bc04d5a0a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 1 Mar 2017 22:11:51 -0800 Subject: pytest -> tool:pytest in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4a5b847..57db4d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ universal = 1 max-line-length = 100 ignore = F821 -[pytest] +[tool:pytest] minversion=2.2.0 pep8ignore = documentation/*.py ALL -- cgit v1.2.1