From baeb3eb5540c1664d3c189b20cdf9e9595bbe012 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 6 Feb 2018 14:33:11 +0100 Subject: [PATCH] pytest -> tool:pytest, hoping the ci will work anyway --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 52c54d1..919e8a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [wheel] universal = 1 -[pytest] +[tool:pytest] flake8-ignore = *.py E731 E402 E741 pygal/__init__.py F401