From 36a9ab7bab4d5c11de6c5cf5cb01f02e322d8906 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Tue, 21 Feb 2017 14:10:56 +0100 Subject: [PATCH] Fix pytest config --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9c8befd..c19b0fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[pytest] +[tool:pytest] norecursedirs = env docs addopts = --tb=short -rxs DJANGO_SETTINGS_MODULE=tests.testapp.settings