]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add a comment to runtests.sh about python 3.
authorBen Darnell <ben@bendarnell.com>
Fri, 19 Oct 2012 01:20:53 +0000 (21:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 19 Oct 2012 01:20:53 +0000 (21:20 -0400)
Closes #612.

runtests.sh

index 07bd360a1762d024ace386306b37b2651c577ba3..4058c02438ef360309ed071ed05b184ac1ce0ba7 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/sh
+# Run the Tornado test suite.
+#
+# Also consider using tox, which uses virtualenv to run the test suite
+# under multiple versions of python.
+#
+# This script requires that `python` is python 2.x; to run the tests under
+# python 3 tornado must be installed so that 2to3 is run.  The easiest
+# way to run the tests under python 3 is with tox: "tox -e py32".
 
 cd $(dirname $0)