From ac1347cde4d26e0abeba2c171478a8102fe45b1b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 25 Jul 2014 09:50:22 -0400 Subject: Clean up default tox environment list Reorder the list to place python 3.3 first to avoid the issue with python 2.6/7 choosing a dbm format not available in 3.3. Remove python 3.2 from the default list so that running tox without any arguments runs a useful set of tests. Change-Id: I181f73871df16b44de6426f7cddc40956e338c72 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 46becab..a3275bc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,pypy,pep8 +envlist = py33,py26,py27,pypy,pep8 [testenv] distribute = False -- cgit v1.2.1