From f28bcae5c2713b6a0382b8e0849befdf1196b540 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sun, 27 Apr 2014 09:24:33 -0700 Subject: tox.ini: Fix envlist It was listing py33 twice and was in no discernible order. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5bcdcd..1a0027a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27,py33,py26,py32,py33,py34,pypy +envlist=py27,py26,py34,py33,py32,pypy [testenv:X] commands=echo {posargs} -- cgit v1.2.1