summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index eeb1805..68d16eb 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -60,6 +60,11 @@ nose supports python3. Building from source on python3 requires
have distribute installed, ``python3 setup.py install`` will install
it via distribute's bootstrap script.
+Additionally, if your project is using `2to3
+<http://docs.python.org/library/2to3.html>`_, ``python3 setup.py nosetests``
+command will automatically convert your sources with 2to3 and then the
+tests with python 3.
+
.. warning ::
nose itself supports python 3, but many 3rd-party plugins do not!