Comment 36 for bug 1489059

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

Reviewed: https://review.openstack.org/252734
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=46e449c2baabeed7c38567f455354fdf90ec7b81
Submitter: Jenkins
Branch: master

commit 46e449c2baabeed7c38567f455354fdf90ec7b81
Author: Dave Chen <email address hidden>
Date: Thu Dec 3 11:53:57 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: I0cc290e9fc13c8d61d933fe4b457008df0a29c5a
    Closes-Bug: #1489059