Comment 55 for bug 1489059

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

Reviewed: https://review.openstack.org/262044
Committed: https://git.openstack.org/cgit/openstack-dev/hacking/commit/?id=a73d9c20314594cefede02841536ecca9a89906b
Submitter: Jenkins
Branch: master

commit a73d9c20314594cefede02841536ecca9a89906b
Author: janonymous <email address hidden>
Date: Mon Dec 28 22:43:37 2015 +0530

    Put py34 first in the env order of tox

    To solve the problem of "db type could not be determined" we have to run
    first the py34 env and then py2x. This patch puts py34 first on the
    tox.ini list of envs to avoid this problem.

    Change-Id: Ie22758ae555412689964e1a681a8bdb365b4b5e7
    Closes-bug: #1489059