Comment 9 for bug 1489059

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

Reviewed: https://review.openstack.org/229616
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=63f83cc9ff7fa5c34f23ae0ef59e6b232b7a5161
Submitter: Jenkins
Branch: master

commit 63f83cc9ff7fa5c34f23ae0ef59e6b232b7a5161
Author: John L. Villalovos <email address hidden>
Date: Wed Sep 30 13:46:32 2015 -0700

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