]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Reorder tox environments so the most important/likely-to-fail ones run first.
authorBen Darnell <ben@bendarnell.com>
Sat, 10 Sep 2011 21:18:51 +0000 (14:18 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 10 Sep 2011 22:15:31 +0000 (15:15 -0700)
tox.ini

diff --git a/tox.ini b/tox.ini
index 3bc21ba347c7f1abc1756bd23bb15587ea456c74..508a50b51e914f8c5afcbe4bb1cdce8ec5d2dac4 100644 (file)
--- 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:}