From f05da4c8fa37a285bb2ca9b45a355dbe57f7add4 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 6 Feb 2016 16:59:57 +0530 Subject: [PATCH] Changing the base version to python2.7 for pep8 checks tox was taking python3 as it's base version which lead to tox pep8 check failing on local env: http://paste.openstack.org/show/486183/ Change-Id: Ia822ec5b5e12a1fc30b676f1e6d95e287b9b3368 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3af407543c..a443f72e2e 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ commands = nosetests test/unit/common/test_exceptions.py [testenv:pep8] +basepython = python2.7 commands = flake8 {posargs:swift test doc setup.py} flake8 --filename=swift* bin