# We don't actually use tox to run this test, but it's the easiest way
-# to install autobahn and deal with 2to3 for the python3 version.
+# to install autobahn and build the speedups module.
# See run.sh for the real test runner.
[tox]
envlist = py27, py32, py26, pypy
#
# 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)
# python will import relative to the current working directory by default,
# so cd into the tox working directory to avoid picking up the working
-# copy of the files (especially important for 2to3).
+# copy of the files (especially important for the speedups module).
changedir = {toxworkdir}
# tox 1.6 passes --pre to pip by default, which currently has problems