Fix test env order for testrepository db format

Run the python 3 tests before python 2 so the test repository database
is created in a format available to both.

Change-Id: Ia0f86adf9dc6d28e5397d79bff95e7a3895f772e
This commit is contained in:
Doug Hellmann
2014-09-25 16:02:56 -04:00
parent 847270e979
commit 50d2dbaad5

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py33,py34,py26,py27,pypy,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True