Merge pull request #7750 from pytest-dev/graingert-patch-1

permit tox config in non-tox.ini files for pytest-dev member projects
This commit is contained in:
Anthony Sottile 2020-09-13 09:37:35 -07:00 committed by GitHub
commit bc0020ad96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ the following:
- PyPI presence with packaging metadata that contains a ``pytest-``
prefixed name, version number, authors, short and long description.
- a ``tox.ini`` for running tests using `tox <https://tox.readthedocs.io>`_.
- a `tox configuration <https://tox.readthedocs.io/en/latest/config.html#configuration-discovery>`_
for running tests using `tox <https://tox.readthedocs.io>`_.
- a ``README`` describing how to use the plugin and on which
platforms it runs.