Comment 37 for bug 1489059

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

Reviewed: https://review.openstack.org/252737
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=820aeec0fffb8db32d3072792575548cd0097f5b
Submitter: Jenkins
Branch: master

commit 820aeec0fffb8db32d3072792575548cd0097f5b
Author: Dave Chen <email address hidden>
Date: Thu Dec 3 12:03:28 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, then, run py27. This patch puts py34
    first on the tox.ini list of envs to avoid this problem to happen.

    Change-Id: I31857b82f30b495a77d77a9df70ee31487a906b7
    Closes-Bug: #1489059