From: Ben Darnell Date: Sat, 10 Sep 2011 21:18:51 +0000 (-0700) Subject: Reorder tox environments so the most important/likely-to-fail ones run first. X-Git-Tag: v2.1.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6dd4c0c9d8258cf4a3c5b3dce93f7a469dca83;p=thirdparty%2Ftornado.git Reorder tox environments so the most important/likely-to-fail ones run first. --- diff --git a/tox.ini b/tox.ini index 3bc21ba34..508a50b51 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:}