diff options
Diffstat (limited to 'docutils/docs/dev/distributing.txt')
| -rw-r--r-- | docutils/docs/dev/distributing.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt index 7526ecc6f..249e186f5 100644 --- a/docutils/docs/dev/distributing.txt +++ b/docutils/docs/dev/distributing.txt @@ -141,3 +141,9 @@ While you probably do not need to ship the tests with your distribution, you can test your package by installing it and then running ``alltests.py`` from the ``tests/`` directory of the Docutils tarball. + +Official releases on docutils must have tests succeed across all +supported python versions. For more information on testing, view +the `Docutils Testing`_ page. + +.. _Docutils Testing: http://docutils.sourceforge.net/docs/dev/testing.html |
