Comment 53 for bug 1489059

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (master)

Reviewed: https://review.openstack.org/254089
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=3ed34d8907324ce360c0c7f7070d8970c631f926
Submitter: Jenkins
Branch: master

commit 3ed34d8907324ce360c0c7f7070d8970c631f926
Author: zhang.lei <zhang.lei@99cloud.net>
Date: Mon Dec 7 17:08:30 2015 +0800

    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.

    Change-Id: I47cced1e897236740e4069086da10282dd2b1098
    Closes-bug: #1489059