Comment 35 for bug 1489059

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

Reviewed: https://review.openstack.org/252735
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=ecc52be445297b52d9e2f3e80a065f249e0ecb55
Submitter: Jenkins
Branch: master

commit ecc52be445297b52d9e2f3e80a065f249e0ecb55
Author: Dave Chen <email address hidden>
Date: Thu Dec 3 11:57:36 2015 +0800

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