Run py33 test env before others

Run the python 3 test environment before the others so
the python 3 version of anydbm used by testr picks a
file format known to the python 2 version of the library.

Change-Id: I4d94fa47fe0b4a0f815261f7048866cccab11299
This commit is contained in:
Doug Hellmann 2014-03-19 08:48:54 -07:00
parent ec0149bc07
commit 59beaa46fd

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pep8
envlist = py33,py26,py27,pep8
skipsdist = True
[testenv]