Skip to content
Snippets Groups Projects
Commit e09e20cd authored by MD NADEEM's avatar MD NADEEM
Browse files

Put py34 first in the env order of tox

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.
Closes-Bug: #1489059

Change-Id: I4f791dfa620eacdd76cd46f193e190071ab64b6c
parent cea76a1b
No related branches found
No related tags found
No related merge requests found
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8,py27,py34,pypy
envlist = py34,py27,pep8,pypy
[testenv]
usedevelop=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment