Reorder tox environments so the most important/likely-to-fail ones run first.

This commit is contained in:
Ben Darnell 2011-09-10 14:18:51 -07:00
parent 1b5adf99e4
commit 1a6dd4c0c9
1 changed files with 1 additions and 1 deletions

View File

@ -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:}