From 95acf264cf5b4e6b62a0b18c71d9a08ec36b9631 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 30 Sep 2018 21:19:43 +0200 Subject: [PATCH] use tool:pytest in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 901b485..e3fc537 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ all_files = 1 [upload_sphinx] upload-dir = docs/_build/html -[pytest] +[tool:pytest] DJANGO_SETTINGS_MODULE = nsupdate.settings.dev pep8maxlinelength = 120 norecursedirs = .git