Comment 17 for bug 1456955

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

Reviewed: https://review.openstack.org/282590
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=05583d14966a366f0d37753b81c8f72c87126348
Submitter: Jenkins
Branch: master

commit 05583d14966a366f0d37753b81c8f72c87126348
Author: Sean Dague <email address hidden>
Date: Fri Feb 19 21:10:42 2016 -0500

    always use python2.7 for pep8

    pep8 doesn't work with python3 on our codebase. If someone is on a
    platform that defaults to python => python3, pep8 won't work for
    them. This is actually really easy to fix with a single line in tox.

    Change-Id: I7a888e4f7cc828638a9d61d2249a854ba1f3cb7b
    Closes-Bug: #1456955