diff --git a/tox.ini b/tox.ini index 3bc21ba3..508a50b5 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ [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, py32 +envlist = py27-full, py25-full, py32, pypy, py25, py26, py26-full, py27 [testenv] commands = python -m tornado.test.runtests {posargs:}