summaryrefslogtreecommitdiff
path: root/docs/dev
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
commit2c38bda18e09b0445c652d77dc41599a9d44442f (patch)
tree517fd1bbaf6807b3ca427d943136bbefa1f448ad /docs/dev
parent88e6e7a1f8b2d1aa12a91020c45806bedc2bdcbd (diff)
downloaddocutils-2c38bda18e09b0445c652d77dc41599a9d44442f.tar.gz
Add test instruction for Python 3 (cf. bug #314).
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/testing.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dev/testing.txt b/docs/dev/testing.txt
index ff86bd4fc..e3767aadf 100644
--- a/docs/dev/testing.txt
+++ b/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
===============