From 9bcf955af8dd62aa52c86e48a4868d2725353531 Mon Sep 17 00:00:00 2001 From: Janonymous Date: Mon, 21 Dec 2015 18:26:06 +0530 Subject: [PATCH] Fix py34 DB issue and remove py33/py26 To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. py33/py26 is not supported from Mitaka, as per Infra, therefore removing the support for the same. Closes-Bug: #1526170 Closes-bug: #1489059 Change-Id: Ia4a7d21179efc17d4d9af2bbc0c060e5b6512b79 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 44bc8c8..960259a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33,py34, pypy, pep8 +envlist = py34,py27,pypy,pep8 [testenv] setenv =