Move py33 env before py2x

When running "tox" without specifying the environment, we want py33 to
run before py2x so testr creates its database using a format available
in both versions of python.

Change-Id: If068685116156f30a7c4fe1f3a88f1a3e1a2fe00
This commit is contained in:
Doug Hellmann 2014-04-01 05:12:50 -07:00
parent b3475191a3
commit 1dc9e67290
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
distribute = False
envlist = py26,py27,py33,pep8
envlist = py33,py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}