Clarify docs by showing tox.ini considered before setup.cfg (#5839)

Clarify docs by showing tox.ini considered before setup.cfg
This commit is contained in:
Bruno Oliveira 2019-09-11 22:14:31 -03:00 committed by GitHub
commit 73c5b7f4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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