Comment 51 for bug 1489059

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

Reviewed: https://review.openstack.org/260498
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=cdbf173c2c599e964f71a89a60215849704a9076
Submitter: Jenkins
Branch: master

commit cdbf173c2c599e964f71a89a60215849704a9076
Author: Janonymous <email address hidden>
Date: Mon Dec 21 18:22:27 2015 +0530

    Put py34 first in the envlist 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: I58246fbcdbfd4390f07563157889f4e217e6c086
    Closes-bug: #1489059