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
This commit is contained in:
Janonymous 2015-12-21 18:26:06 +05:30 committed by Reedip
parent 4cf015d738
commit 9bcf955af8
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,py27,pypy,pep8
[testenv]
setenv =