Comment 88 for bug 1489059

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

Reviewed: https://review.openstack.org/287802
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=b4b22a1f373794a7a13ec85a8386587fc541cb49
Submitter: Jenkins
Branch: master

commit b4b22a1f373794a7a13ec85a8386587fc541cb49
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Mar 3 14:48:11 2016 +0100

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