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
This commit is contained in:
Doug Hellmann 2014-07-25 09:50:22 -04:00
parent db4eef59e5
commit ac1347cde4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,pypy,pep8
envlist = py33,py26,py27,pypy,pep8
[testenv]
distribute = False