summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-03-21 15:45:28 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-03-21 15:45:28 +0000
commit3e6d3f9cb553b22586c7e1633623526d068d9aa7 (patch)
tree352e7a1cbb200aa5a6b12bdcf486c6626ff53901 /docutils/docs
parentcfa5fd68d7fa2a9fac45575d65565afe78b9921c (diff)
downloaddocutils-3e6d3f9cb553b22586c7e1633623526d068d9aa7.tar.gz
Add test instruction for Python 3 (cf. bug #314).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/testing.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index ff86bd4fc..e3767aadf 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -29,6 +29,12 @@ be sure that you haven't broken anything. From a shell::
cd docutils/test
./alltests.py
+For Python 3, the tests must be converted with 2to3. To run the tests with
+Python 3, ``cd`` to the package's root directory and do::
+
+ python3 setup.py build
+ python3 test3/alltests.py
+
Python Versions
===============