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: I572d129860119c78134a98f3bea814e6c9756aad
Closes-Bug: #1489059
This commit is contained in:
kairat_kushaev 2015-12-03 13:02:48 +03:00
parent 8312212049
commit 63199d564c

View File

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