Add a comment to runtests.sh about python 3.

Closes #612.
This commit is contained in:
Ben Darnell 2012-10-18 21:20:53 -04:00
parent 15d1746a26
commit db843a5987
1 changed files with 8 additions and 0 deletions

View File

@ -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)