From 273d13daed0fb7b344bf063c1c570858391c0a08 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Tue, 5 Mar 2013 22:27:27 -0500 Subject: [PATCH] fixing the order in case fail thing fail tox thing fail --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1425e4c..bfb0641 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pypy,py32,py26,py33 +envlist = py27,pypy,py32,py33,py26 [testenv] commands = nosetests deps =