summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2020-09-13 00:41:00 +0100
committerGitHub <noreply@github.com>2020-09-13 00:41:00 +0100
commit24c26a046e541ff758b630c32e411d54e1190062 (patch)
treeba865a72d6bf55a1ad9ebe9ecc1077410a2bbd30 /CONTRIBUTING.rst
parent634cde9506eb1f48dec3ec77974ee8dc952207c6 (diff)
downloadpytest-24c26a046e541ff758b630c32e411d54e1190062.tar.gz
permit tox config in non-tox.ini files for pytest-dev member projects
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 50bd0e5e7..1ad7666ec 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -151,7 +151,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.