Clarify docs by showing tox.ini considered before setup.cfg

This commit is contained in:
Anthony Sottile 2019-09-11 14:07:06 -07:00
parent 23102a7d84
commit 8f2f51be6d
1 changed files with 1 additions and 1 deletions

View File

@ -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