From 22ef7be20d84d81be08796629a0c2067f5b247a8 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Thu, 3 Dec 2015 12:54:42 +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: Id46e9e9400974fcb6eebb4516bf4b3e69a6570e2 Closes-Bug: #1489059 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3390f7f9..0da8cb84 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pypy,pep8 +envlist = py34,py33,py26,py27,pypy,pep8 minversion = 1.6 skipsdist = True