From 1a6dd4c0c9d8258cf4a3c5b3dce93f7a469dca83 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 10 Sep 2011 14:18:51 -0700 Subject: [PATCH] Reorder tox environments so the most important/likely-to-fail ones run first. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:}