From 8f2f51be6d03740436501524dc7d2e9ae1503e69 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 11 Sep 2019 14:07:06 -0700 Subject: [PATCH] Clarify docs by showing tox.ini considered before setup.cfg --- doc/en/customize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/customize.rst b/doc/en/customize.rst index 77217e9d2..3471463a3 100644 --- a/doc/en/customize.rst +++ b/doc/en/customize.rst @@ -107,8 +107,8 @@ check for ini-files as follows: # first look for pytest.ini files path/pytest.ini - path/setup.cfg # must also contain [tool:pytest] section to match path/tox.ini # must also contain [pytest] section to match + path/setup.cfg # must also contain [tool:pytest] section to match pytest.ini ... # all the way down to the root