From 63199d564cef552f86f7b6156d119fcda904bd49 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Thu, 3 Dec 2015 13:02:48 +0300 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43915598f8..370365c3d1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,py33,py34,pep8 +envlist = py34,py33,py27,pep8 skipsdist = True [testenv]