Comment 11 for bug 1489059

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

Reviewed: https://review.openstack.org/241070
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=e841747f229c8041ea844d0719c394e51a48fe35
Submitter: Jenkins
Branch: master

commit e841747f229c8041ea844d0719c394e51a48fe35
Author: lvdongbing <email address hidden>
Date: Mon Nov 2 21:07:22 2015 -0500

    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: I457bd97b8e34c71300abbf909d459e5583e46927