summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-09-13 09:37:35 -0700
committerGitHub <noreply@github.com>2020-09-13 09:37:35 -0700
commitbc0020ad96f1d4b831655cdaa6b535f86ee15367 (patch)
tree72d8897c766fb8a004451ac01d0ac0d0784653c9 /CONTRIBUTING.rst
parente04bc05e7e4990795b17b2381132307602b1282f (diff)
parent24c26a046e541ff758b630c32e411d54e1190062 (diff)
downloadpytest-bc0020ad96f1d4b831655cdaa6b535f86ee15367.tar.gz
Merge pull request #7750 from pytest-dev/graingert-patch-1
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 b0b52d81f..e4a3e7c14 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -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.