Comment 61 for bug 1489059

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

Reviewed: https://review.openstack.org/260504
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=4f0621d461c1bea3b80c559cf75058ef3d83e617
Submitter: Jenkins
Branch: master

commit 4f0621d461c1bea3b80c559cf75058ef3d83e617
Author: Janonymous <email address hidden>
Date: Mon Dec 21 18:27:15 2015 +0530

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