[tox]
# "-full" variants include optional dependencies, to ensure
# that things work both in a bare install and with all the extras.
-envlist = py25, py25-full, py26, py26-full, py27, py27-full, pypy, pypy-full, py32
+envlist = py25, py25-full, py26, py26-full, py27, py27-full, pypy, py32
[testenv]
commands = python -m tornado.test.runtests {posargs:}
pycurl
twisted
-[testenv:pypy-full]
-# pycurl doesn't build with pypy, and installing twisted under pypy takes
-# a *very* long time
-basepython = pypy
-deps =
- MySQL-python
+# No pypy-full yet: pycurl doesn't build with pypy, and installing
+# twisted under pypy takes a *very* long time. MySQL-python builds with
+# pypy, but doesn't work.
# No py32-full yet: none of our dependencies currently work on python3.