Comment 2 for bug 1604734

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

Reviewed: https://review.openstack.org/345139
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=6dbbc9a3d3ef59933ff6070905f87bf32da55b08
Submitter: Jenkins
Branch: master

commit 6dbbc9a3d3ef59933ff6070905f87bf32da55b08
Author: Hanxi Liu <email address hidden>
Date: Thu Jul 21 11:15:55 2016 +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: I3c4e7de5a121d7c5d5a7a0f8bba5cb6014da7afc
    Closes-bug: #1604734