Comment 2 for bug 1489059

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

Reviewed: https://review.openstack.org/217283
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=bcdacbaf9ac2879db45c480634e5ff8b61aba85f
Submitter: Jenkins
Branch: master

commit bcdacbaf9ac2879db45c480634e5ff8b61aba85f
Author: Thiago Paiva <email address hidden>
Date: Wed Aug 26 12:58:56 2015 -0300

    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: Ib09cbc71149ffcc1f36495faf1c6586c4e0a0a86
    Closes-bug: #1489059