Run py34 env first when launching tests

To resolve "db type could not be determined" when running tox
for the first time py34 environment need to laucnhed before py27.

Change-Id: Id46e9e9400974fcb6eebb4516bf4b3e69a6570e2
Closes-Bug: #1489059
This commit is contained in:
kairat_kushaev 2015-12-03 12:54:42 +03:00
parent 618dde4c8e
commit 22ef7be20d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py34,py33,py26,py27,pypy,pep8
minversion = 1.6
skipsdist = True