Comment 74 for bug 1489059

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

Reviewed: https://review.openstack.org/260520
Committed: https://git.openstack.org/cgit/openstack/python-solumclient/commit/?id=1780734d209b957344798235d4fd53c0f2fe4d69
Submitter: Jenkins
Branch: master

commit 1780734d209b957344798235d4fd53c0f2fe4d69
Author: Janonymous <email address hidden>
Date: Mon Dec 21 18:23:47 2015 +0530

    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: Ieb28867621ba4c3679cc32bb8288342d18f753c2
    Closes-bug: #1489059