Comment 90 for bug 1489059

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

Reviewed: https://review.openstack.org/288696
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=1787244db42422db4f853a6acd845c800e7ce995
Submitter: Jenkins
Branch: master

commit 1787244db42422db4f853a6acd845c800e7ce995
Author: Tom Barron <email address hidden>
Date: Fri Mar 4 14:20:52 2016 -0500

    Run py34 tests with plain 'tox' command

    Now that all cinder unit tests pass on python 3.4 [1], we can run py34
    tests by default alongside py27 and pep8.

    This commit also addresses the annoyance of py34 tox tests failing with
    'db type could not be determined' if py27 tests were initially run in
    the workspace.

    [1] https://haypo.github.io/openstack_mitaka_python3.html

    Change-Id: If60e5d0d3185e78f38fa2bfc7b6bb4840f09d840
    Closes-bug: #1489059